jQuery 1.8.1 and jQuery 1.4 Backward Compatible with existing jQuery 1.3.2 custom code?
I see that the jQuery UI 1.8.1 is based on jQuery 1.4. Our code has been using the jQuery 1.3.2 library. I just implemented the jQuery UI 1.7.3 dialog widget and was thinking about ripping out the jQuery UI 1.7.3 and replacing it with the jQuery 1.8.1 library instead due to the fact that it is lighter and simply it's just the latest before I push this to production.
1) Is jQuery 1.4 backwards compatible? So would I rip out our jQuery 1.3.2 library without it breaking other jQuery code?
2) Anyone see any problems with this scenario in terms of switching to 1.8.1 other than the library version differences going on here?