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-25 13:08:11 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
897fbfe89c90de5f20a3eed2aeb187c625cfb43d
jquery
/
src
History
Jörn Zaefferer
897fbfe89c
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo (
http://joern.jquery.com/accordion/accordion.html
)
2006-10-26 12:41:25 +00:00
..
ajax
Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config.
2006-10-15 02:57:55 +00:00
dimensions
* Fixed a bug in jQuery.fn.offset relating to the calculation of scroll offsets.
2006-10-10 02:41:44 +00:00
event
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo (
http://joern.jquery.com/accordion/accordion.html
)
2006-10-26 12:41:25 +00:00
fx
Added tests for 193 and 170.
2006-10-17 15:34:19 +00:00
jquery
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo (
http://joern.jquery.com/accordion/accordion.html
)
2006-10-26 12:41:25 +00:00
intro.js
Fixed a bunch of endline issues.
2006-10-10 01:59:20 +00:00
outro.js
Fixed a bunch of endline issues.
2006-10-10 01:59:20 +00:00