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.