¡@

Home 

2014/10/16 ¤W¤È 12:02:14

jquery Programming Glossary: blog.jquery.com

jQuery attr vs prop?

http://stackoverflow.com/questions/13247058/jquery-attr-vs-prop

jQuery latest $.browser [duplicate]

http://stackoverflow.com/questions/14505301/jquery-latest-browser

project on github script src http code.jquery.com jquery migrate 1.0.0.js script See the version 1.9 changelog http blog.jquery.com 2013 01 15 jquery 1 9 final jquery 2 0 beta migrate final released More info on upgrading http jquery.com upgrade guide..

Upgrading from jQuery 1.3.2 to jQuery 1.5 (or 1.4)

http://stackoverflow.com/questions/4960126/upgrading-from-jquery-1-3-2-to-jquery-1-5-or-1-4

The differences between 1.3.2 are listed here http jquery14.com day 01 jquery 14 And the release notes for 1.5 http blog.jquery.com 2011 01 31 jquery 15 released The 1.4 link has a list of breaking changes including a link to this plugin to counteract..

jQuery 1.7 on() and off() methods for dynamic elements

http://stackoverflow.com/questions/8029589/jquery-1-7-on-and-off-methods-for-dynamic-elements

a valid example for jQuery 1.7's .on and .off methods jquery jquery 1.7 share improve this question See http blog.jquery.com 2011 11 03 jquery 1 7 released for live on off and other examples. This is their example for converting live to on 'a' .live..

.delegate() vs .on()

http://stackoverflow.com/questions/8359085/delegate-vs-on

is the new syntax that version 1.7 uses and it is meant to substitute .bind .delegate and .live . More here http blog.jquery.com 2011 11 03 jquery 1 7 released New Event APIs .on and .off The new .on and .off APIs unify all the ways of attaching events..