Archive for January, 2013

How to migrate older jQuery code to jQuery 1.9+

jQuery team with their previous release has marked many methods/features deprecated but they were available with earlier jQuery releases. But with release of 1.9 version of jQuery many deprecated methods are discarded now and no longer available. Which are, Related Post: All you need to know about jQuery Source Maps jQuery.browser docs jQuery.fn.andSelf() docs jQuery.sub() docs jQuery.fn.toggle() docs (_event click […]
Read the rest of this entry »

Top 10+ jQuery Popup window plugins

We all are familiar with Popup Windows which are great way to show alert, notice, news, information, errors, modal popups, modal windows, dialog or take inputs. Earlier I had posted about jQuery Photo Gallery Plugins, Plugins to create Pinterest like layout and jQuery Page Flip Plugins. So in this post, I have gathered Top 10 […]
Read the rest of this entry »

jQuery to count words in each paragraph

Find jQuery code to count number of words in each paragraph or HTML <p> tag element. Below jQuery code does following things. Iterates through each paragraph element. Split the paragraph text using space. Split() returns array so take the length of array which represents number of words. Then appends the count to paragraph itself. $(document).ready(function() […]
Read the rest of this entry »

All you need to know about jQuery Source Maps

1.9 version of jQuery is already released with some new features and many bug fixes. One of the exciting feature of the release is support for Source Maps! Related Post: How to migrate older jQuery code to jQuery 1.9+ How to enable source maps in Firefox jQuery x.x.x.min.map not found error What are exactly Source […]
Read the rest of this entry »

Download ASP.NET GridView & jQuery Tips and Tricks eBook PDF

Being an ASP.NET developer and fan of jQuery, I had put together all my real life experience with ASP.NET GridView Control and jQuery and complied them in my first ever eBook named "ASP.NET GridView and jQuery Tips and Tricks". This eBook takes you through 16 different, useful, tips and tricks and offers solution for all […]
Read the rest of this entry »

6+ jQuery Plugins to create Pinterest like layout

Pinterest is social media sites that allow us to share content such as video, text, and images. One of the main highlights of this site is its layout design that uses a dynamic grid column. The content are arranged like newspaper columns and these are arranged neatly without any gaps. So, today find a complied […]
Read the rest of this entry »

Responsive Menu
Add more content here...