This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
jquery
Watch
1
Star
1
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2026-01-26 11:38:09 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13b66c8ba9618242df2c1cc352a2b1d879c36188
jquery
/
src
History
John Resig
13b66c8ba9
Added a new :animated selector - only selects elements that are currently being animated.
2007-09-08 12:33:06 +00:00
..
ajax
Forgot to update the $.param() tests.
2007-09-05 17:22:13 +00:00
event
Fixed a bug in event - "native" is a reserved word in Safari 2.
2007-09-07 19:28:25 +00:00
fx
Massive FX rewrite. Full list of changes:
2007-09-07 21:57:40 +00:00
jquery
Fix for bug
#760
(fontSize returns different values in IE). This was part of a larger issue where IE returned non-pixel values from it's computed style - this normalizes it (thanks to a fix by Dean Edwards).
2007-09-07 21:39:44 +00:00
selector
Added a new :animated selector - only selects elements that are currently being animated.
2007-09-08 12:33:06 +00:00
intro.js
Only bind .ready() once per instance of jQuery - and only bind if the ready() method is actually called (nothing is bound if window/load is used).
2007-08-22 06:51:41 +00:00
outro.js
Fix for a selector speed regression (calling a simple selector many times resulted in a significant speed down). This has been fixed by breaking the RegExps out into the global scope. This required that a closure be implemented around the full jQuery script (which is now the case). Some simple changes were made in addition to the RegExp one, allowing for some greater flexibility on our part - and hopefully better compression.
2007-08-21 05:43:44 +00:00