Plugin compatibility and update check
Are you thinking about a system to notify the programmer when a plugin
or jQuery itself is not outdated?
I was thinking to put in the website a page which contains the latest
version of jquery and into each plugins a url to check the latest
version available. Also a property "compatibleWith" to indicate wich
is the miminum version of jQuery required by a plugin.
When I put a global variable "checkjquery" to true each plugins
(includind jQuery itself) report its status...
Would be possible?