2008/10/12

[jQuery] jQuery Intellisense in VS2008

Some articles about jQuery Intellisense in VS2008


Common Use:
<script src="js/jquery-core.js" type="text/javascript"></script>
<script src="js/jQuery.intellisense.js" type="text/javascript"></script>

While executing js code, it's better command out intellisense script. Otherwise, browser won't diplay correct results.

In separated js file, use:
/// <reference path="js/jQuery.intellisense.js">

沒有留言: