Posts in Javascript Categories

Using jQuery AJAX and Page Methods with a ASP.NET WebService

I have recently started using the JQuery javascript library for a number a small projects. I have really enjoyed using jQuery, it makes javascript development really easy especially if you want to do some simple animations. There is a lot of good documentation that is easy to follow and a lot of plugins available, its worth a good look through before you make your own javascript application. I got to thinking about Ajax and get data out off a ASP.NET WebService.