Archive for November, 2016

3 Best jQuery Video Gallery Plugins

Do you have a lot of videos that you'd like to embed or neatly display on a site? Creating a video gallery can be done really easily using a jQuery plugin. The following plugins are perfect to use to display a lot of videos in gallery form -- whether you're putting together a film portfolio or […]
Read the rest of this entry »

5 Top jQuery Button Plugins

Looking for cool, different ways to style your buttons? With customizable colors, shapes, and hover effects, the styling possibilities are seemingly endless, and choosing how to design your buttons and input fields can sometimes be overwhelming. If you don't want or don't have time to deal with big styling decisions but still want your buttons […]
Read the rest of this entry »

Snippets: Disable Scroll Using jQuery

Most developers probably wouldn't want to disable scroll on their pages, but of course, there are always exceptions to any rule, and there are a number of reasons that scroll may need to be disabled. It could be for design or functionality reasons, or it could just be the result of a click event or […]
Read the rest of this entry »

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 »

jQuery: Enable Click Event for Some Anchor Elements

jQuery provides a very easy way to disable click events for any DOM element. And you can also disable click event for all Dom elements with few lines of code. But then what if you want to enable click event for some elements? For example, if a click event is disabled for all anchor elements, […]
Read the rest of this entry »

Responsive Menu
Add more content here...