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
c39bd07cc9
jquery
/
test
/
unit
History
John Resig
c39bd07cc9
Added support for breaking in an object loop (Bug
#2111
).
2008-01-14 20:06:34 +00:00
..
ajax.js
Added a fix for bug
#2020
- if you want to do data: {callback: "?"}, do jsonp: "callback" instead.
2007-12-17 00:44:00 +00:00
core.js
Added support for breaking in an object loop (Bug
#2111
).
2008-01-14 20:06:34 +00:00
event.js
fix for
#2114
; refactored tests for bind() to highlight failing select-change-test
2008-01-14 09:33:08 +00:00
fx.js
Fixed a couple problems found in the test suite. First, IE doesn't like it when text nodes were trying to duplicate their events in clone, so don't do text nodes (that shouldn't have events anyway). Also the fx module was freezing from a recent update that wasn't quite finished.
2007-12-20 20:40:20 +00:00
offset.js
Added more unit tests for offset. Fixed an offset issue relating to table header cells in Opera
2007-12-12 16:55:55 +00:00
selector.js
Fixed
#1854
by using wizzud's suggestion. The only real difference is the code is only called when there is more than a single selector. So there should be no speed decrease in the current working cases. Only additional functionality for cases that used to fail.
2007-12-13 22:24:59 +00:00