Browse by Tags

All Tags » jQuery (RSS)

How to hide title bar in jQuery UI modal dialog? by Jalpesh P. Vadgama

jQuery UI is a great open source set of user controls and it’s very easy to use. Recently one of my friend asked question that how we can hide title bar in jQuery UI Dialog? so this post is a reply to him. Let’s create a simple html and use jQuery Ui...

Async file upload with jquery and ASP.NET by Jalpesh P. Vadgama

Recently before some I was in search of good asynchronous file upload control which can upload file without post back and I have don’t have to write  much custom logic about this. So after searching it on internet I have found lots of options but...
Filed under: , ,

Jquery and ASP.NET- Set and Get Value of Server control by Jalpesh P. Vadgama

Yesterday one of my reader asked me one question that How can I set or get values from Jquery of server side element for example. So I decided to write blog post for this. This blog post is for all this people who are learning Jquery and don’t know how...
Filed under: , , ,

JQuery UI 1.8.9 new version launch today by Jalpesh P. Vadgama

JQuery UI contains great controls and it’s very useful when developing sites. Today a new version of Jquery UI is launched. You can find more details about that from following link. http://blog.jqueryui.com/2011/01/jquery-ui-1-8-9/ It’s contains Bug fixes...

Converting a generic list into JSON string and then handling it in java script by Jalpesh P. Vadgama

We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will...

ASP.NET 4.0- ScriptManager Enhancement Part-I- Enable CDN Property. by Jalpesh P. Vadgama

ASP.NET 4.0 has been a great step forward to the programming. Microsoft has done incredible job with the performance. One of them is Enable CDN Property in asp.net 4.0 Script Manager. Let's explore it in details. As you all know that Microsoft is Providing...

Calling an asp.net web service from jQuery by Jalpesh P. Vadgama

As I have post it in earlier post that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery . You will see at the end of the example that how easy it is to call...

jQuery- JavaScript Library Write less do more by Jalpesh P. Vadgama

This is introductory post jQuery an open source JavaScript library. I know what you guys thinking and I also know that jQuery does not required introduction. It is so much popular and most of web developers whether they are developing using asp.net,php...
More Posts