Donate

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!!!

Comments

Donate

Popular Posts From This Blog

WPF CRUD Application Using DataGrid, MVVM Pattern, Entity Framework, And C#.NET

How To Insert Or Add Emojis In Microsoft Teams Status Message

Bootstrap Modal In ASP.NET MVC With CRUD Operations