10 jQuery YouTube Plugins

In this post, find a compiled list of jQuery plugins to integrate YouTube videos in your website. These plugins allows you to create YouTube background as video, customize them, create YouTube videos playlist, embed them easily in your website, and create animated video thumbnails, among other features. 1. PreView Tube   A small jQuery plugin […]
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 »

10 jQuery Panorama Plugins

In this post, find a compiled list of 10 jQuery Panorama plugins which you can use to display panorama image or 360 degree view of any image. These plugins are easy to integrate in your website. 1. iPanorama 360° - jQuery Plugin iPanorama 360° jQuery Plugin is a lightweight and rich-feature panorama viewer for the […]
Read the rest of this entry »

8 jQuery Chat Plugins

In this post, find a compiled list of 8 jQuery Chat Plugins which you can easily integrate in your website. These plugins also provide the look and feel of Facebook/Gmail style chatting. 1. Chat.js ChatJS is a full-featured, lightweight, Facebook style jQuery plugin for instant messaging. It's completely client-side, so it's completely platform agnostic. Server side […]
Read the rest of this entry »

11 Newest jQuery Progress Bar Plugins

Progress bars are ideal for letting end-users know that something is loading on a website, and they also help to provide a better user experience. In this post, find a compiled list of 11 newest jQuery progress bar plugins which are lightweight, eye catching, and easy to integrate.  You can use these plugins to integrate […]
Read the rest of this entry »

Responsive Menu
Add more content here...