Question about backwards compatibility of jquery - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T10:57:48Zhttp://stackoverflow.com/feeds/question/810815http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/810815/question-about-backwards-compatibility-of-jquery0Question about backwards compatibility of jquerygersomvg2009-05-01T09:44:41Z2009-05-01T09:53:57Z
<p>I know jquery have backwardscompatibility files.</p>
<p>But if you link to this specific version: <a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js</a> you don't need backwardscompatibility files.
I want to know if <a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js</a> also is going to work with newer browserversions. Then I don't need to upgrade my jquery to newer versions with the risk that the website doesn't work well anymore.</p>
http://stackoverflow.com/questions/810815/question-about-backwards-compatibility-of-jquery/810833#8108330Answer by PepperBob for Question about backwards compatibility of jqueryPepperBob2009-05-01T09:53:57Z2009-05-01T09:53:57Z<p>I'm sure there won't be issues with newer browser against an older jquery version. Jquery itself is pure javascript - so I guess this shouldn't be a problem.</p>
<p>You'll probably getting into trouble when trying to implement newer features of you page that may require new jquery plugins...</p>