kumar
kumar

Reputation: 2944

How to upgrade Jquery to jquery1.4

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

Answers (1)

Tim Banks
Tim Banks

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

Related Questions