Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 29, 2013 04:52 PM by Ruchira
Member
40 Points
16 Posts
Jan 27, 2013 05:41 AM|LINK
I need to right code in JQuery But I not Good in It Is there any tool Like visual studio for Asp , Dreamweaver for HTML, CSS for Jquery for Inteligence and deburg the JQuery and Help Provider
Contributor
5399 Points
1098 Posts
Jan 27, 2013 07:10 AM|LINK
Hi,
First, bookmark this link at your browser.
http://api.jquery.com/
Then, use any client side debugging tool so that you able to debug the jQuery. E.g. Firebug add-on for Firefox, Developer Tool for IE... etc.
All-Star
44342 Points
7194 Posts
MVP
Jan 29, 2013 04:52 PM|LINK
Hello,
Simply use Visual Studio 2012. It has a great support for jQuery developments.
You can add intellisense to jQuery in Visual Studio 2010 too.
Following links will help you to enable jQuery intellisense in Visual Studio 2010.
http://weblogs.asp.net/scottgu/archive/2010/02/08/jquery-1-4-1-intellisense-with-visual-studio.aspx
http://blog.tallan.com/2010/12/06/add-jquery-intellisense-to-visual-studio/
If you have NuGet installed, you can do the same using the NuGet package manager. See here.
Please 'Mark as Answer' if this post helps you.
Chintalas
Member
40 Points
16 Posts
Idea of Jquery tools
Jan 27, 2013 05:41 AM|LINK
I need to right code in JQuery But I not Good in It Is there any tool Like visual studio for Asp , Dreamweaver for HTML, CSS for Jquery for Inteligence and deburg the JQuery and Help Provider
CruzerB
Contributor
5399 Points
1098 Posts
Re: Idea of Jquery tools
Jan 27, 2013 07:10 AM|LINK
Hi,
First, bookmark this link at your browser.
http://api.jquery.com/
Then, use any client side debugging tool so that you able to debug the jQuery. E.g. Firebug add-on for Firefox, Developer Tool for IE... etc.
My Technical Blog
Ruchira
All-Star
44342 Points
7194 Posts
MVP
Re: Idea of Jquery tools
Jan 29, 2013 04:52 PM|LINK
Hello,
Simply use Visual Studio 2012. It has a great support for jQuery developments.
You can add intellisense to jQuery in Visual Studio 2010 too.
Following links will help you to enable jQuery intellisense in Visual Studio 2010.
http://weblogs.asp.net/scottgu/archive/2010/02/08/jquery-1-4-1-intellisense-with-visual-studio.aspx
http://blog.tallan.com/2010/12/06/add-jquery-intellisense-to-visual-studio/
If you have NuGet installed, you can do the same using the NuGet package manager. See here.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.