JQuery UI after the introduction of Vs2008 no intelligent prompt problem solution


Problem: after the two patches are installed in VS2008, the jQuery library will prompt intelligently after the jQuery-vsdoc file is introduced. However, if you add jquery-ui library, not only jquery-ui no smart tips, and the original jQuery library of smart tips are no information.

Error message:

Warning 1 error updating JScript IntelliSense: jquery-1.9.1-vsdoc.js: ‘rootjQuery’ not defined @ 47:8

See scenario: presumably jQuery- UI does not do intellisense prompts. So there is an undefined warning. I didn’t study it in detail.

Solutions:

In the jQuery- UI directory to add an empty JS file, named jquery-ui-vsdoc.js. So each one of these is aware of the file. I don’t think so.

 

And that solves the problem.