Friday 24 April 2009

Reference jQuery and ASP.NET Ajax scripts from your JavaScript File

/// <reference path="MicrosoftAjax.debug.js" />
/// <reference path="MicrosoftAjaxTemplates.debug.js" />
/// <reference path="MicrosoftAjaxAdoNet.debug.js" />
/// <reference path="jquery-1.3.1-vsdoc.js" />

As simple as inserting the above code at the top of your .js code and you can have intellisense making your coding a lot easier.


No comments:

Post a Comment