Hi,
I've been learning JQuery and I am writing my custom jquery codes in Custom.js file. Actually what I am trying to do is, activate intellisense for Jquery in visual studio but it's not working and I want intellisense to also work in custom.js file where actually I'm writing my custom logic and codes.
I thought it could be solved by reference jquery-1.3.2-vsdoc2.js in custom.js.
I've downloaded and installed update pack of jquery for visual studio 2008 on my computer.
So what should I do to activate intellisense.
Thanks in advance.