3

I have a huge project that I want to move from JQuery 1.4.x to 1.7.x

Where are the changes I need to be aware of when migrating, I know there is an issue with

.attr() and .prop()

Are there any other things I need to know, this is a production project so no mistakes can be allowed with behavior of the website.

Thank you.

David MZ
  • 3,648
  • 6
  • 33
  • 50

1 Answers1

2

"Where are the changes I need to be aware of when migrating..."

See the Version link in the API docs, which includes a link to New or Changed in 1.7, which contains a link to the release notes.

The API has links for each version...

enter image description here