Posts under Javascripts

jQuery: How to refresh select box

advertisement

jquery2nd 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 refresh select box using javascript / jquery. Hope this helps u too!

To refresh select box using jQuery, refer to the code below:-

Continue reading jQuery: How to refresh select box »

Easy to use jQuery Lightbox – Fancybox

advertisement

jqueryRecently 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 stable and easy to use lightbox plugin for my system. After some testing, i find that Fancybox suit my need and it’s so easy to use, of course it’s flexible too.

To implement this Fancybox jQuery lightbox plugin, you just need to include 3 files:-

Continue reading Easy to use jQuery Lightbox – Fancybox »

How to validate drop down list in Javascript?

advertisement

javascriptThis 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 with the help of this post, i’ll be able to refer if i forget again.

To validate drop down list in Javascript, follow the steps below:-

Continue reading How to validate drop down list in Javascript? »