Create Collage using jQuery

In this post, find out how to create a collage using a jQuery plugin called "CollagePlus". This plugin for jQuery will arrange your images to fit exactly within a container. You can define the padding between images, give the images css borders and define a target row height. Live Demo How to use it? // […]
Read the rest of this entry »

Best jQuery Rating Plugins

Find collection of 8 Free & Best jQuery Rating Plugins. These plugins are easy to use and can be implemented in your website for any kind of Poll, Vote or to include ratings. Enjoy!!!! Related Post: 10 Free jQuery Plugin for Shopping Cart and E-Commerce website 6 Best jQuery Vertical & Horizontal News Ticker Plugins […]
Read the rest of this entry »

Check for ‘#’ hash in URL using jQuery

In this short post, find jQuery code to check if URL contains "#" (hash) or not. This can be checked via location.hash property provided by JavaScript and same can be used in jQuery. $(document).ready(function(){ if(window.location.hash) { // # exists in URL } else { // No # in URL. } }); Feel free to contact […]
Read the rest of this entry »

jQuery Plugins For Language Translation

Find list of jQuery plugins which can be integrated in your website for language translation. These are useful if you are building a multilingual website which offers many language to end user. You can also use this plugins as Translator as well. Enjoy!!! Related Post: 6 Best jQuery Vertical & Horizontal News Ticker Plugins jQuery […]
Read the rest of this entry »

5 Free jQuery Image Map Marker Plugins

Here is a complied list of 5 Free jQuery image map marker plugins which are quite handy if you wish to highlight or make your maps interactive using marker. Not only maps, with these plugins you can mark any picture to make it interactive with descriptions. Related Post: 5 jQuery Image Slider and Slideshow 5 […]
Read the rest of this entry »

Get Client IP address using jQuery

In this post, find jQuery code to get Client's IP address. There are 2 free online services which allows you to get Client IP address. 1. jsonip.com: is a free utility service that returns a client's IP address in a JSON object with support for JSONP, CORS, and direct requests. It serves millions of requests […]
Read the rest of this entry »

Responsive Menu
Add more content here...