Question about backwards compatibility of jquery - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T10:57:48Z http://stackoverflow.com/feeds/question/810815 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/810815/question-about-backwards-compatibility-of-jquery 0 Question about backwards compatibility of jquery gersomvg 2009-05-01T09:44:41Z 2009-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#810833 0 Answer by PepperBob for Question about backwards compatibility of jquery PepperBob 2009-05-01T09:53:57Z 2009-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>