Monday, December 1, 2008

Inclusion of JavaScript Files

•Include in a scripts folder and link via script include as jQuery.js 
•Include in a scripts folder and link via script include as jQuery-1.2.6.js (ie. version specific) 
•Link to the version specific file at jQuery.com (typically jQuery-1.2.6.js) 
•Link to the latest version at jQuery.com (ie. jQuery-latest.js) 
•Link to some other script hosting site (ie. Google's Ajax Lib API) via script loading 
•Embed scripts into ASP.NET Resources 
•Use ScriptManager to load scripts either from Folder or Resources 
•Use a custom script manager 

http://www.west-wind.com/Weblog/posts/413878.aspx

No comments: