Archive for January, 2014

15 Free Awesome jQuery Text Effect Plugins

In this post, find a complied list of free and awesome Text effects plugins made using jQuery library. These plugins allows to animate letter or words, create shadow effect, scrolling effect, neon, burning, rotation, zooming, allows to type in circle or in curve and many more to follow.. This is really an amazing list of […]
Read the rest of this entry »

Latest jQuery Rich Text Editor Plugins

Almost 2 year ago, I had posted about "Useful jQuery Text Editor Plugins" but since then some new jQuery rich text editor plugins are released so thought of updating it. So here is a complied list of latest jQuery rich text editor plugins. Enjoy!!!! jQuery TE jQuery TE is a jQuery plugin. It is a […]
Read the rest of this entry »

Collection of jQuery Cookie Plugins

In this post, find a complied list of various jQuery cookie plugins. These plugins are having features like add/delete cookies, creating JSON cookies and if your website is using cookies then you can also show a top/bottom bar with message about "cookies" and with accept/decline cookie button. Enjoy!!! jQuery CookieBar Plugin The Cookie Bar plugin […]
Read the rest of this entry »

Collection of jQuery Location Plugins

In this post, find a complied list of ultimate jQuery location plugins with Google map support. These plugins comes with auto-complete feature which allows to select particular location on google map. Also read my earlier post about get only client machine IP address information. Enjoy... jQuery Location Picker This plug-in allows to easily find and […]
Read the rest of this entry »

How to restore CSS styles using jQuery

To assign inline css to any DOM element, we can jQuery ".css()" method to define it. Like, $("#dvText").css('color','#FF0000'); And if you need to remove the color again, then you can use the same css method to remove it. Like, $("#dvText").css('color',''); The above method to remove/restore the style is fine, when you have defined a single […]
Read the rest of this entry »

Responsive Menu
Add more content here...