Visual Studio 2013 jQuery intellisense for selector?

I always have a typo problem in my jQuery scripts for some wrong name or class name. Is there a way to see a list of ids or classes when editing jQuery scripts? for example, if I type $ ('# a, intellisense knows that I want to select any id in html that starts with a character, and put those id's in the popup.

+3


source to share





All Articles