Archive for August, 2012

How to reload iFrame using jQuery

Simple but useful jQuery code snippets to reload an iFrame or reload all the iframes using jQuery. //reload 1 iframe $('#iframe')[0].contentWindow.location.reload(true); //reload all iFrames $('iframe').each(function() { this.contentWindow.location.reload(true); }); //Another way to reload all iFrames $('iframe').attr('src', $('iframe').attr('src')); Feel free to contact me for any help related to jQuery, I will gladly help you.
Read the rest of this entry »

Now a jQuery 3D Content Slider

Yes, You read it right. A jQuery 3D Content slider plugin is available. Adaptor is a light-weight content slider that aims to provide a simple interface for developers to create cool 2D or 3D slide animation transitions. Currently, only added 3D support for webkit and Firefox, all other browsers will fallback gracefully to a simple […]
Read the rest of this entry »

One more jQuery Slider Plugin-noUISlider

noUiSlider is a little jQuery plugin that makes really cool (double) range sliders. Every slider can have two handles to select a range, a fixed minimum or maximum can be set to select a limit, or two handles can be used, to simply pick some points. Every event in the noUiSlider has an optional callback, […]
Read the rest of this entry »

6 Free jQuery Timeline plugins

Facebook timeline is a great feature and today post is collection of 6 Free jQuery Timeline Plugins for creating interactive timelines like facebook timeline in your own. 1. Timeline 2. jQuery Timelinr 3. Timeliner 4. Lateral On-Scroll Sliding With jQuery 5. Timeglider 6. Fancy Timeline Feel free to contact me for any help related to […]
Read the rest of this entry »

6 Free jQuery Video Plugins

Are you planning to add videos to your website? If Yes, then here is a list of 6 free jQuery Video Plugins that you can use into your web sites to display video. You can display videos and video playlits in style with these jQuery video plugins. 1. Flare Video 2. FitVids.JS 3. VideoJS 4. […]
Read the rest of this entry »

5 Free jQuery Fullscreen Plugins

In this post, Find list of 5 Free jQuery Fullscreen Plugins which can help you to build or create fullscreen web page or fullscreen image gallery. SIDEWAYS – jQuery fullscreen image gallery jQuery Image Gallery SuperSized jQuery Fullscreen Plugin Fullscreen Slit Slider With jQuery and CSS3 Feel free to contact me for any help related […]
Read the rest of this entry »

Responsive Menu
Add more content here...