definitive source as to what methods have been *added* to jquery 1.11 as opposed to older versions -



definitive source as to what methods have been *added* to jquery 1.11 as opposed to older versions -

i'm creating bookmarklet uses jquery 1.11. because bookmarklet can/should potentially run on site, i'd utilize older versions of jquery when available.

ideally, i'd want compatible jquery >= 1.8. however, want create sure i'm not using methods introduced 1.11 (as 1.10 or 1.9) aren't available in 1.8.

note, compatibility guides discuss migrating higher version number , discusse deprecated methods. in case, need exact inverse of that. i.e.: added methods (or big changes in behavior of existing methods) weren't available earlier.

pointers definitive source highly appreciated.

edit: realize can merge changelogs 1.8, leaves me huge list of issues revolve around deprecated methods. i'd rather have succinct overview what's new in 1.11 opposed 1.8.

jquery

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -