All jQuery Resources

Using Yeoman for jQuery

Yeoman is a web scaffolding tool for creating modern web app. Which means it provides project structure to start with, loads all the dependencies and prescribe best practices.  It’s quite useful for everyone as it saves time. So in this post, learn how to use Yeoman for creating jQuery plugin. To use Yeoman, you need […]
Read the rest of this entry »

10 jQuery Plugins for Social Sharing Buttons

Social presence for any website is must. And you need to give your users a way to share the content on various social platforms. In this post, find a list of jQuery plugins to add social share buttons in your websites. These social share buttons supports Facebook, Twitter, Google+, Pinterest and Linked-In. These plugins are […]
Read the rest of this entry »

10 jQuery Plugins to Create Flip Effects

In this post, find a complied list of jQuery plugin to integrate flip animations. These plugins provides flip effects to images, text, image gallery, clock and any DOM element. 1. flipLightBox flipLightBox is a free Responsive Lightbox jQuery Plugin that is extremely easy to implement and doesn't require any additional stylesheets, scripts or libraries. Its main […]
Read the rest of this entry »

5 Cool and Useful jQuery Tricks

1. Disable Right Click The code snippet below disables right click on an entire page, but you can make it work on only particular page elements by changing the selector from document to something more specific. [javascript] $(document).ready(function(){ $(document).bind("contextmenu", function(e){ return false; }) }) [/javascript] 2. Set a Timer The following code snippet sets off an […]
Read the rest of this entry »

10 jQuery plugins with full screen support

Developers can check out the list below of jQuery plugins that provide full screen support. These plugins provide full screen website, image galleries, editor, slider, menu, loading bar, Youtube videos and modal windows. 1. fullPage.js fullPage.js is a simple and easy to use plugin to create full screen scrolling websites (also known as single page websites […]
Read the rest of this entry »

10 jQuery Plugins with Google Material Design

Google’s material design is becoming popular due to better user experience, eye catching animations and its simplicity. In this post, find a complied list of jQuery plugins which have created material design effects. These plugins provides material design effects to progress bar, buttons, charts, timer, stopwatch, notifications and input controls. 1.     Material PreLoader https://github.com/aarondo/Material-Preloader Material […]
Read the rest of this entry »

Responsive Menu
Add more content here...