This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
72cf42bcbd
jquery
/
test
/
unit
History
John Resig
048fc4555f
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug
#4167
.
2009-02-16 18:23:59 +00:00
..
ajax.js
Had to remove the global variable tricks (especially the delete window calls) as they cause
2009-01-12 01:12:58 +00:00
core.js
Reworked the .clone() function in IE. Fixes jQuery bugs
#3500
(jQuery expandos were causing extra elements to appear from using .html() cloning),
#3254
(Mis-match in clone result length causes problem), and
#2845
(Cloning an <object/> causes exceptions to be thrown).
2009-02-09 14:48:15 +00:00
data.js
jquery data:
Closes
#3539
. Exposed jQuery.queue. Moved all the data and queue functions to their own module. Made the dequeue function more generic(designed to be used on functions).
Closes
#3748
. Reverted a previous modification.
2008-12-30 02:31:26 +00:00
dimensions.js
test runner: the changes are:
2008-05-28 23:18:25 +00:00
event.js
Fixed bubbling of live events (if an inner element handles an event first - and stops progatation - then the parent event doesn't encounter the event). Thanks to Irae for the patch. Fixes bug
#3980
.
2009-02-09 23:29:57 +00:00
fx.js
jquery fx: sync animations were being left on jQuery.timers (double callback)
2009-01-14 23:09:52 +00:00
offset.js
new offset method, faster and no more browser detection
2008-11-10 02:39:03 +00:00
selector.js
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug
#4167
.
2009-02-16 18:23:59 +00:00