views:

1979

answers:

3

Does anybody know how/when/why/who/where of if the JQuery intellisense files live for JQuery 1.4.2. On the Google Code pages the most up to date version that I can find is 1.3.2.

+6  A: 

It's not available at the time of this answer, though the only difference since 1.4.1 vsdoc should be it missing the delegate method.

Use the 1.4.1 vsdoc, just know that .delegate() and .undelegate() (wrappers for .live()) are also options available to you: http://code.jquery.com/jquery-1.4.1-vsdoc.js

Nick Craver
Thank you. I thought I would have to do that.
uriDium
+1  A: 

Cross posting link so I can find this myself somewhat later: Updating JQuery 1.4.2 documentation yourself. Hope this is of some use to you.

Herb
A: 

I created one that is free to download:

http://hugeonion.com/2010/06/26/here-is-the-missing-jquery-1-4-2-vsdoc-file/

Christopher Hujanen

related questions