Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys,

I am trying to install JQuery.

1. I have started downloading from Google chrome and Mozilla and once I hit download button it is returning code on the same browser.
2. Tried to download using IE 9, Excellent.., It has downloaded but not installing getting error: Windows undefined , Code 800A1391
3. I googled and found some docs and followed but no results.

Hope this infomation helps to figure out what my problem is!!!

Waiting for kind replies...

John:)
Posted
Updated 20-Dec-12 21:30pm
v3
Comments
vbmike 21-Dec-12 16:14pm    
Not sure what you are trying to do. Jquery is a script file that does not need to be installed. It is downloaded as is and is referenced for use on an html page for instance with a <script> tag. Go to jquery.com and read about it. When you download from the site choose "save link as" rather than just open. http://www.w3schools.com/jquery/jquery_install.asp

jQuery is just JavaScript, that is it and that is all. When you are clicking on that link your browser is just showing you the source of the file because your browser was made to eat JavaScript and HTML. You can do 1 of 2 things to get around this:

1: Right-Click Save As - instead of left clicking right click and choose save as then save the .js file where you will reference it from your web site.
2: Copy all the text that is displayed on the web page and save it in a file with the .js extension i.e. jQuery.js
 
Share this answer
 
Are you using visual studio? If so - install it from the package manager. Tools -> Package Manager
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900