How to verify a jQuery plugin is compatible with latest version of jQuery?

Posted by jedatu on Stack Overflow See other posts from Stack Overflow or by jedatu
Published on 2010-05-19T04:29:51Z Indexed on 2010/05/19 4:40 UTC
Read the original article Hit count: 374

Filed under:
|

Are there any tools that can verify whether a jQuery plugin will be compatible with the latest version of jQuery?

Once a large number of jQuery plugins are selected and in use, an unknown number of dependencies can develop. It would be nice to upgrade jQuery, however not all plugins remain supported or provide consistently architected upgrades.

The only option seems to be adhoc manual regression testing. It would be nice to have a strategy for dealing with this issue.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about upgrading