jQuery Intellisense With Visual Studio 2008
I recently played with jquery to work with asp.net/asp.net ajax.
1. Perform these steps in this website:
jQuery Intellisense in Visual Studio 2008
2. Download jquery-1.4.1-vsdoc.js and jquery-1.4.1.min.js from jquery website.
3. Include them in your asp.net website.
4. remove the min in jquery-1.4.1.min.js. So the new jquery library would be like this: jquery-1.4.1.js
5. Add reference to the jquery library in your javascript file.
That's it...Cheers!!!
1. Perform these steps in this website:
jQuery Intellisense in Visual Studio 2008
2. Download jquery-1.4.1-vsdoc.js and jquery-1.4.1.min.js from jquery website.
3. Include them in your asp.net website.
4. remove the min in jquery-1.4.1.min.js. So the new jquery library would be like this: jquery-1.4.1.js
5. Add reference to the jquery library in your javascript file.
That's it...Cheers!!!
Comments
Post a Comment