Newest and Random jQuery Plugins -2013

Find a complied list of some of the newest, cool, useful, innovative and attractive jQuery plugins released recently. These plugins are worth to look as they offer new functionality with great design, innovation and new ideas. Also take a look at my earlier post about latest plugin released in Sep 2013, July 2013, June 2013 […]
Read the rest of this entry »

jQuery, ASP.NET Client ID and External JS File

To find any ASP.NET Control in jQuery, we use Client ID property to get the correct ID of the rendered control. For example, to find an ASP.NET textbox with ID "txtName", a familiar jQuery syntax is, $('<%= txtName.ClientID %>').focus( //Blah Blah); If you are writing this above code directly in your .aspx page, then your […]
Read the rest of this entry »

Fix for ASP.NET Checkbox -jQuery click event getting fired twice issue

This is really interesting. If ASP.NET checkboxes or checkbox list is placed within any container element like div or span, and click event is attached on checkbox. And then clicking on checkbox text will call click event twice. For example, consider the following HTML/ASP.NET code. <div id="dvList"> <asp:CheckBox ID="chk1" runat="server" Text="Check1" CssClass="Dummy" /> <asp:CheckBox ID="chk2" […]
Read the rest of this entry »

Write Mobile Device specific code using jQuery

Believe me, a mobile application developer life is not easy. The war of different mobile platforms, different operating systems, different screen size for mobile and tablets and frequent releases of new devices are biggest challenge that they are facing. And their mobile application will be dying in ICU, if not treated and handled against the […]
Read the rest of this entry »

10+ Best and Free jQuery Mobile Themes

jQuery mobile is an awesome and mostly used framework for mobile application. So in this post, we have complied list of the 10+ Best and Free jQuery Mobile Themes for your mobile application. These themes covers design style from iOS, Android, BlackBerry, Metro Style for Window phones, Bootstrap, Flat UI, Square UI and Android Holo. […]
Read the rest of this entry »

jQuery – Correct way to check if object is null or Empty

Yesterday, I ran into a interesting and frustrating situation where for couple of minutes I was not able to find out what's wrong with my code. But I learned something new. Let me first give you an idea about what I was working on. I was creating a function, which first checks of div element […]
Read the rest of this entry »

Responsive Menu
Add more content here...