All jQuery Resources

Using the jQuery .load() Method

jQuery's .load() method is used to load data from a server (from a directory within your domain) and then place the loaded data into your selected element. The load method syntax looks a lot like many of the other commonly used jQuery methods, except that it can take a lot more parameters than your standard jQuery […]
Read the rest of this entry »

7 jQuery Plugins for Form Validation

It's possible to write your own form validations, but with so many jQuery plugins available to do it for you, it's often a lot easier, simpler, and most importantly, quicker, to use a plugin to perform your validations. All of these plugins are lightweight, easy to use, and of course, will allow you add validations […]
Read the rest of this entry »

Learn jQuery Interactively for Free

A lot of developers and coders probably agree that one of the best way to learn a new coding language, skill, or technique is to do so by learning and experimenting in a hands-on, interactive way. jQuery is no exception to this rule. If you're looking for free ways to get some real-world jQuery experience, […]
Read the rest of this entry »

jQuery’s .attr() Method

In jQuery, the attribute or .attr() method is used to set the attributes values of selected elements. It works similarly to the .css() method, except with .attr(), you're not setting or changing the style rules, but the inline HTML attributes of a particular element. Common HTML attributes that can be altered are width and height, […]
Read the rest of this entry »

5 Best jQuery Mobile Frameworks

Although creating a mobile app might seem like a daunting task even for the most experienced web developers who don't have much mobile experience, the truth is that most skilled developers can probably create a mobile app fairly easily -- it's really not terribly different from creating web apps. Still, it doesn't hurt to use […]
Read the rest of this entry »

jQuery Image Viewer Plugins with Lightbox

Building your own jQuery image viewer or image gallery plugins is definitely doable...but it's also a pretty time consuming process. If you don't have the time to write your own script, check out any of these jQuery image viewer plugins, all of which come with options for sleek lightbox effects. 1. Magnific Popup Magnific Popup […]
Read the rest of this entry »

Responsive Menu
Add more content here...