This is an update to this post. The method described below is quite old and since then browser support has gotten much better for different features provided by CSS. So I believe there is no need to use javascript anymore. You should be able to achieve this with a full CSS solution. Check out this […]
Category: jQuery
An Ajax Example in jQuery – Incorporate Ajax in your Web Design
If you are a little familiar with web development you must have heard the word Ajax. I know a lot of beginners that hear this word think that it is probably an advanced topic. Before jQuery, achieving a task with Ajax was somewhat tedious. But jQuery has made it pretty simple for us. […]
How to Load Fancybox on Page Load – jQuery Fancybox
Versions of Fancybox Plugin: If you are a web designer you probably have already used jQuery fancybox plugin. Remember that there might be different versions available starting with 1.0, 1.2, 1.2.1, 1.2.2 and all the way upto 2.1.4 . If you would like to see the change log click here. So if you are trying to attempt something […]
Conditional Validation with jQuery Validation Plugin – Conditionally Require Field Value
So here is another tip for jQuery Validation Plugin. Sometimes you might require a value for the field based on the value of some other field. e.g. you may have contact form with two radio buttons for contact preference: email or phone. Now based on what they select you might want to require a value for […]
Use jQuery Validation Plugin to Validate a Hidden Form
I wanted to share a tip with you regarding jQuery Validation Plugin. Of course we all love the plugin, but there might be a time when you might find yourself in a situation like this. I recently added some functionality to my website. I added a page in the account section for members where they could see […]