Hi, I have to work width a code that contains 1.1.2 Jquery scripts, namely:
jquery.js jquery.hoverIntent.js jquery.dimensions.js jquery.cluetip.js jquery.cycle.pack.js interface.js ??? jquery.corner.js jquery.history.js - of course there are separate js files that use these jquery libraries. I would like to replace the core jquery.js with the latest version (1.3.2) partly because plenty of bugs are corrected and also there are new functions. Is the new code backward compatible ? So if I change jquer.js with jquery-1.3.2.min.js. In principle everything should work ?