Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Jquery-1.7.2.min.js is Vulnerable ? how to update latest version ?

Pls give latest version of Jquery and where to download ?

What I have tried:

Currently i am using jquery1.7.2.min.js, if replace latest file is enough or need to do some setting ?

Regards,
Aravind
Posted
Updated 25-Mar-19 5:20am

Why not go to the obvious place: jQuery[^]?
 
Share this answer
 
The latest version of jQuery is now 3.3.
The way to update depends on if your website is running off of a local copy or from a hosted CDN.
The official versions are available at jQuery CDN[^]

There may be a few "breaking changes" involved with the change; and there is a "jQuery Migrate" scripts which can help alleviate the transition.
If you go this route be aware that this is may only be a temporary fix, it is best to update whatever you have that is using jQuery so that bandages like this are not needed.
GitHub - jquery/jquery-migrate: APIs and features removed from jQuery core[^]
 
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