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 ArticleJavascript: 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 ArticleHow 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 ArticleHow 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 ArticleEasy 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 ArticlejQuery: 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 ArticleWordPress: 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 ArticlejQuery: 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 ArticleHow 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