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
6914fc2969
jquery
/
test
/
unit
History
John Resig
f1f5cd9f6a
Simplified the structure of the .css() and .attr() methods (reducing the number of calls). Need to optimize $.css/$.curCSS/$.attr still.
Fixes
#4269
.
2009-02-28 20:23:48 +00:00
..
ajax.js
Made it so that search input elements are now serialized. Fixes bug
#4107
.
2009-02-18 19:43:14 +00:00
core.js
Simplified the structure of the .css() and .attr() methods (reducing the number of calls). Need to optimize $.css/$.curCSS/$.attr still.
Fixes
#4269
.
2009-02-28 20:23:48 +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
jquery event: Fixing event.currentTarget for live().
2009-02-23 13:27:48 +00:00
fx.js
Disabled some of the animation tests that were being flaky.
2009-02-19 21:30:25 +00:00
offset.js
new offset method, faster and no more browser detection
2008-11-10 02:39:03 +00:00
selector.js
Fixed one of the selector tests that was reporting incorrectly in browsers that actually supported type="search" inputs.
2009-02-19 21:35:33 +00:00