Introduction to common jquery files
Min: Compressed jquery class library, used in the formal environment. For example: jquery-1.3.2.min.js
Vsdoc: in Visual Studio, You need to introduce this version of jquery class library to enable intelligent sensing. For example: jquery-1.3.2-vsdoc2.js
Release package: Is there any compressed jquery?Code, As well as documents and ExamplesProgram. For example: jquery-1.3.2-release.zip
Jquery-1.3.2 is usually called Standard
Jquery-1.3.2-vsdoc is used for smart prompts of vs 2008CompositionFile version,
Use jquery for development in vs2008
Visual Studio 2008 initially does not support smart prompts of the jquery framework. Two patch files are required:
Visual Studio 2008 SP1 Patch
VS90SP1-KB958502 patch
Development Environment of Intelligent Sensing for jquery-1.2.6 version Configuration
Reference isJquery-1.2.6.jsAnd jquery-1.2.6-vsdoc.js (version numbers must be retained to ensure consistency .)
Related Resources
Http://jquery.com/
Http://jquery14.com/
Http://code.google.com/p/jqueryjs/