Archive for May, 2012

Get ASP.NET GridView Cell Value on Click using jQuery

I had already posted more than 10 ASP.NET GridView Tips and Tricks with jQuery and today you will see How to Get ASP.NET GridView Cell Value when it is clicked, using jQuery. You might be knowing that ASP.NET GridView is rendered as table -> th -> tr -> td format. All the rows are converted […]
Read the rest of this entry »

How to get querystring value using jQuery

In this post, I will show you how to get the QueryString variable value using jQuery. I have created a function which returns value of any querystring variable. Earlier I had posted about Get Page Title and URL using jQuery, Get previous page URL using jQuery, Check for '#' hash in URL using jQuery, Style […]
Read the rest of this entry »

How to create, read and delete cookies using jQuery

We all know that Cookies are delicious and also comes in many flavors. But Do you know that cookies can be used to store small piece of information on client machine and that is with jQuery flavor. In this post, you will see how to create, read and delete cookies using jQuery. jQuery cookie plugin […]
Read the rest of this entry »

How to highlight label associated with text box using jQuery

jQuery is really a great library to provide various effects with ease. In this post, I will show you how to highlight the label associated with a particular textbox when it receives focus and remove highlighting when focus goes out using jQuery. Before moving ahead, It is important to know that there is a tag […]
Read the rest of this entry »

How to shake, vibrate and rotate elements using jQuery

You must have seen shaking, vibrating or rotating elements on many sites and it can be done with CSS. In fact, take your mouse on my blog's logo and it will rotate. This is done using CSS. With CSS, you can't provide effects like shaking and vibrating. Today I will show you how can you […]
Read the rest of this entry »

How to provide floating effects using jQuery

You must have seen floating elements on many sites and it can be done with CSS. But today I will show you how can you provide floating effect to elements using jQuery. The advantage of doing this with jQuery is that you can provide animate and also control the speed of the animation of floating […]
Read the rest of this entry »

Responsive Menu
Add more content here...