All jQuery Resources

jQuery Snippets: How to Add/Remove Classes After Delay

In your projects, there can often be instances of wanting to change something (color, size, font family, etc) about an element, but only after a certain amount of time has passed (the time passed can be anywhere from a millisecond to ten minutes to ten hours if you like -- its completely up to you and […]
Read the rest of this entry »

7 Best Lightweight jQuery Data Table Plugins

Creating grids and tables for storing, organizing, and interacting with data and content can be done using HTML, but they can also be created quickly, easily, and more dynamically by using a jQuery plugin to get the job done. Check out the following list of some of the best, most lightweight jQuery grid plugins available. […]
Read the rest of this entry »

jQuery Snippets: Back to Top Button

One common way to use jQuery is to add a useful and functional "Back to Top" button to your pages and projects. This feature is a prominent and popular one on many websites as the Back to Top trend continues to grow -- you may have noticed it when shopping online. The feature is very […]
Read the rest of this entry »

7 Coolest Free jQuery Plugins for 2017

There are so many free jQuery plugins available to use in your projects that it can be hard to stay on top of the latest and the greatest. If you're looking for some new plugins to add some freshness to your sites, take a look at the list we've curated below at some of our […]
Read the rest of this entry »

jQuery .on() Method: the Issue of Dynamically Added Elements

The jQuery .on() method is the recommended way for attaching events to any DOM element. This method attaches event handlers to a selected set of elements and it works perfectly for elements present on the page. However, there is an issue with the .on() method which inhibits the attachment of events to dynamically added elements. […]
Read the rest of this entry »

How to Use jQuery to Test CSS3 Browser Support

The tricky thing about using CSS properties (especially newer ones that have just been introduced) is that they aren't always supported by every browser, particularly older versions of any browser, which can be a pain if you're really striving for consistency in your projects. Luckily, there are a few ways around this issue of cross-browser […]
Read the rest of this entry »

Responsive Menu
Add more content here...