4

jQuery was updated over the weekend. How long should I expect to wait before the .-vsdoc version is released?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
justSteve
  • 5,444
  • 19
  • 72
  • 137

1 Answers1

3

Update: The appendTo guys have made a jQuery 1.4.3 vsdoc available here (direct link)

Also, from Scott Guthrie:

Several people have asked about jQuery 1.4.3 vsdoc support in VS. We are working w/ jQuery team on automated solution to keep it up to date


Previous answer:
It'll probably be a while for the official version, since the 1.4.2 version was never released either (status updated here from ScottGu saying he's looking into it - search comments). Note that this falls officially on the MS team, not the jQuery team to provide.

However the community should have a version (maybe in response to this question) quicker than that, see this version for 1.4.2 as an example.

Community
  • 1
  • 1
Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155
  • Thankx...I think i'll use the 'rename to match current' method to see what breaks? I'm not needing intellisense for the new stuff for the time being. – justSteve Oct 17 '10 at 14:00
  • appendTo guys still make the vsdoc available and update it to work with latest jquery version. The easiest way to get it is to use Install-Package jquery.vsdoc or Update-Package if you already have older vsdoc in your project. – Piotr Owsiak Oct 19 '11 at 16:37