Reputation: 2944
I have a question I have a project asp.net mvc which is developed in jquery1.3.2.
I need to update whole project with jquery 1.4
can any one tell me the steps to do it this?
Upvotes: 0
Views: 146
Reputation: 7179
You should just be able to drop the new file in place. There are a few breaking changes, but you can either update the changes or download the backward compatibility plugin and use it.
Here is the info you need: http://jquery14.com/day-01#backwards
Upvotes: 1