2008/10/12

[jQuery] jQuery Intellisense in VS2008

Some articles about jQuery Intellisense in VS2008



Common Use:<br>&lt;script src="js/jquery-core.js" type="text/javascript"&gt;&lt;/script&gt;<br>&lt;script src="js/jQuery.intellisense.js" type="text/javascript"&gt;&lt;/script&gt;<br><br><span style="font-style: italic; color: rgb(102, 102, 102);">While executing js code, it's better command out intellisense script. Otherwise, browser won't diplay correct results.</span><br><br>In separated js file, use:<br>/// &lt;reference path="js/jQuery.intellisense.js"&gt;<br>