Quantcast
Channel: Techie Corner » Javascripts
Browsing latest articles
Browse All 9 View Live

Javascript: open new window with window.open()

What is window.open() in javascript? window.open() is the javascript function tat use to open new window. Many advertiser use use this javascript window.open() function to pop up or open new window (or...

View Article


Javascript: Prevent page from frameset hijack

If you would like to prevent your site being frame by other website, you can use the code below to protect your site being frame. Basically, the javascript check if your site is being open by frameset....

View Article


Image may be NSFW.
Clik here to view.

How to detect checkbox being checked using javascript

Due to some limitation, i can’t use onClick javascript event to detect checkbox being checked. Alt solution to auto detect checkbox being checked in the page using jQuery javascript framework. I just...

View Article

Image may be NSFW.
Clik here to view.

How to validate drop down list in Javascript?

This is a note for me to remember how to validate drop down list in Javascript. Although i have done this sooo many times but i still forget how to validate drop down list in javascript :p So hopefully...

View Article

Image may be NSFW.
Clik here to view.

Easy to use jQuery Lightbox – Fancybox

Recently I’m busy doing an appointment booking system and i need to use JavaScript lightbox in some section. As u know there are plenty of jQuery lightbox plugin around, and i need to choose the most...

View Article


Image may be NSFW.
Clik here to view.

jQuery: How to refresh select box

2nd time searching for how to refresh select box using javascript / jquery. I’ve found the solution previously but the code is hidden somewhere else… grrr… Just a note for myself to refer how to...

View Article

Image may be NSFW.
Clik here to view.

WordPress: How to open rss links in new window?

By default, WordPress RSS widget doesn’t open new window when user click on the link. I’ve been searching for the solution for quite a while and most of the solution refer to editing the wordpress core...

View Article

Image may be NSFW.
Clik here to view.

jQuery: disable autoscrolling to top when click on anchor

If u r building website with jQuery, it’s common if the browser auto scroll to top when user click on anchor element. This happen to me many times and i always forget how to disable the auto scrolling....

View Article


Image may be NSFW.
Clik here to view.

How to delete table row using jQuery

I just found out that i’ve been searching for how to delete table row using jquery for many times. Although i manage to find the answer each time, it seems can’t remember the function. So this post...

View Article

Browsing latest articles
Browse All 9 View Live