0

I have a Chrome-specific web app that uses jQuery to help handle the styling. There's nothing very advanced in there; it's all things that could've been done with standard JavaScript (basically adding/removing classes on the fly, changing position values etc.), it's just easier to type and read using jQuery. Is there any actual point in upgrading from 1.9.1 to 2.0.2 (and each subsequent version) and going through the effort of testing everything when it is stable and works beautifully in 1.9.1?

Edit: I should add that no jQuery plug-ins are being used either.

4

1 回答 1

1

并不真地。您可以尝试阅读更改日志,看看是否有任何与您的代码相关的已知问题已在较新版本中修复。如果应用程序运行良好,请离开它:)

于 2013-06-19T22:06:14.610 回答