All jQuery Codes

jQuery to limit number of checkboxes checked by User

Many time we need to limit the selection of checkboxes users can select or in other words users are not allowed to select more than a number of checkbox to give their choice. For example, out of all client side script language, user can select maximum three where he is best. Related Post: Check if […]
Read the rest of this entry »

jQuery: Get row and column index of a GridView Cell

In this post, Find jQuery code to get Row Index and Column Index of ASP.NET GridView Cell on click or on mouseover event. Related Post: How to access particular cell in gridview using jQuery Get ASP.NET GridView Cell Value on Click using jQuery How to loop through all grid view rows using jQuery To get […]
Read the rest of this entry »

Detect iPhone Version using jQuery

In this post, find jQuery/JavaScript code to detect iPhone version. There is no direct way to find out version and in fact the User agent string also doesn't have any information about iPhone version. The User Agent string have details about OS version, but not the iPhone version. Related Post: Detect Apple Devices (iPad, iPhone, […]
Read the rest of this entry »

jQuery to show only first element in a group

In this post, find jQuery code to show only first element within a group or container or div element. You must have seen this feature on Facebook. If you have not seen, then go to Facebook -> Photos -> Click on Album tab. Take mouse on any album, and you will find other images are […]
Read the rest of this entry »

Expand textarea as you type using jQuery

Textarea or ASP.NET Textbox with Multiline mode controls are useful for accepting for length inputs. If fixed height is assigned then you will find vertical scrollbar. But it will be a nice feature to expand the textarea as users types. So in this post, Find jQuery code to expand textarea as user type using jQuery […]
Read the rest of this entry »

Find control inside Asp.net GridView using jQuery

In this post, find jQuery code and explanation to "find control inside ASP.NET GridView". Why it is tricky? The reason is ID of control's placed inside ASP.NET Gridview get changed at the time of rendering. Till ASP.NET 3.5, the rendered client-side id is formed by taking the Web control's ID property and prefixed it with […]
Read the rest of this entry »

Responsive Menu
Add more content here...