Archive for October, 2012

Convert Text to Links using jQuery

Yesterday for one of my requirement, I needed to convert bold text of the a div element to hyperlink using jQuery. To do this, jQuery provides wrap() method which is used to wrap HTML element around each of the matched elements. Below jQuery code, uses jQuery wrap() method to wrap the bold text to hyperlink. […]
Read the rest of this entry »

3 Free jQuery Sticky Plugin

In this post, Find a complied list of 3 Free jQuery Sticky Scroll Plugins to make elements stick to browser window as you scroll. stickyMojo stickyMojo is a contained sticky sidebar jQuery plugin brought to you by MojoTech. It is lightweight, fast, flexible and compatible with Firefox, Chrome, Safari, and IE8+. It will degrade gracefully […]
Read the rest of this entry »

How to enable/disable jQuery UI Button

In this post, find out way to enable or disable jQuery UI button. The jQuery UI Button provides enable and disable methods which change the status of the jQuery UI button. To enable the button, $("#btnDemo").button("enable"); To disable the button, $("#btnDemo").button("disable"); See result below See Complete Code Feel free to contact me for any help […]
Read the rest of this entry »

5 jQuery 3D Effect Plugins

Earlier I had posted about 6 Best jQuery layout plugin, 5 jQuery Image Crop Plugin & Tutorials and 5 Free jQuery & HTML5 Video Background Plugins. And In this post, find list of 5 cool jQuery plugins with 3D effects. These jQuery 3D plugins doesn't need flash support, they are just based on jQuery, javascript, […]
Read the rest of this entry »

6 Best jQuery layout plugin

In this post, find complied list of 6 Best jQuery Layout plugins which you can easily integrate in your website, if you are planning to give a customizable, free layout then these jQuery layout plugins will help you. Wookmark jQuery Plugin The Wookmark plugin detects the size of the window and automatically organizes the boxes […]
Read the rest of this entry »

Responsive Menu
Add more content here...