All jQuery Resources

10 jQuery Vimeo Plugins

In this post, find a compiled list of jQuery plugins to integrate Vimeo videos in your website. These plugins allow you to create Vimeo background as video, customize them, create Vimeo videos playlists, embed them easily in your website, create animated video thumbnails and more. 1. Vimeofy Vimeofy is a simple, lightweight jQuery plugin which […]
Read the rest of this entry »

12 jQuery Lazy Load Plugins

Lazy loading is a technique to delay loading of images/videos on the webpage without interrupting loading of complete page. It is a useful and necessary feature as it improves page load time and gives better user experience. In this post, find a complied list of 12 jQuery plugins for lazy loading of images and videos, […]
Read the rest of this entry »

Copy Data to Clipboard Using jQuery

In this post, find jQuery solution to allow users to copy data to clipboard. This solution is quite handy when right click is disabled for your website and also text selection is also disabled. When text selection is disabled along with right click, it’s difficult for users to select the text and then copy it. […]
Read the rest of this entry »

15 jQuery Sticky HTML Element Plugins

In this post, find a compiled list of 15 jQuery plugins that can be used to create sticky headers, footers, sidebars or navigation. Some of the plugins in list below allow you to stick any DOM element. These plugins are light-weight and easy to integrate. 1. Headhesive Headhesive.js creates an on-demand sticky header. Specify where […]
Read the rest of this entry »

jQuery Code Snippets for your Future Project

Code snippets are handy and very useful. They do the job for you without much effort. Hold onto these snippets to use for your next project. Change button text when clicked: [javascript] $(document).ready(function(){ $(".button").click(function(){ $(this).val("Some other text"); }); }); [/javascript] Mark external links with an icon [javascript] $('a').each(function(){ if(this.hostname != location.hostname){ $(this).append('<img src="external.png" />') .attr('target','_blank'); […]
Read the rest of this entry »

10 Newest Interesting jQuery Plugins

In this post, find a compiled list of latest interesting jQuery plugins. These plugins are fresh, interesting, simple and lightweight. You may find them useful for your next project! 1. Descartes Descartes is just over 30KB when minified and just over 300 lines of code. It's written entirely in JavaScript with its one dependency, Sizzle, […]
Read the rest of this entry »

Responsive Menu
Add more content here...