Improve your contact center performance. See how you can make a difference.
Watch Now
Engage and build your ICT audience with CIOL online advertising.
Know more
However, JavaScript is still a language where one needs to write quite a bit of code to work. This is where the JQuery open source JavaScript library comes in. JQuery is a very small but very powerful library in JavaScript that allows you to manipulate elements on the page with very minimal code.
JQuery has a complete API consisting of 'selectors' (elements on the page), 'actions' (commands that you can run against them) and 'animations.' This article however, does not delve deeply into the command syntax. Instead it shows how you can combine the power of Visual Studio, ASP.NET and JQuery in one integrated environment.
We will use JQuery for a small application on ASP.NET using the free Visual Web Developer 2008 SP1 that is available from Microsoft at www.asp.net or from this month's PCQ DVD. You will also need to get a few other items as well to get this to work.
First off, install the Visual Web Developer 2008 (VWD) on your machine. You also need to download support for '-vsdoc.js IntelliSense' from http://tinyurl.com/ vsdocpatch. Once this is installed, head over to the JQuery site at www.jquery.com.
NEXT>>