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-02-01 09:44:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7fb95ebe8f1b79220947d127a5d2b8bf56143622
jquery
/
test
/
unit
History
jeresig
7fb95ebe8f
Merge branch 'attrhooks.1.6'
...
Conflicts: src/core.js src/support.js
2011-04-10 15:49:17 -04:00
..
ajax.js
Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and use native thrown exceptions if window.JSON.parse is available
2011-04-05 01:43:14 -07:00
attributes.js
#8150
- When removing the width and height attributes in IE6/7, setting to "" actually sets to 0 instead of auto
2011-04-09 17:25:06 -04:00
core.js
Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ensure proper context. Unit tests added.
2011-04-07 06:47:15 +02:00
css.js
Improve relative string performance in .css and some code cleanup
2011-04-04 16:48:24 -07:00
data.js
Fixes
#7328
. When getting data- attributes, after-cap any embedded dashes per the W3C HTML5 spec.
2011-04-10 15:17:00 -04:00
deferred.js
Renames chain as pipe.
2011-04-08 17:35:08 +02:00
dimensions.js
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
2011-01-09 15:58:47 -06:00
effects.js
Adds fn.promise as a mean to observe the completion of animations on a set of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though).
2011-04-07 06:00:52 +02:00
event.js
Fixes
#8722
. Remove try/catch used by
#3533
to fix the IE Table Colon Blow bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say.
2011-04-07 22:52:15 -04:00
manipulation.js
Make the new attr/prop changes pass the test suite (in Webkit). There are still errors in IE.
2011-04-03 19:13:38 -04:00
offset.js
Fix test cases for bug
#8316
fix.
2011-03-31 02:55:16 -04:00
queue.js
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
2011-01-09 15:58:47 -06:00
traversing.js
Fix some unscoped tests which failed after recent changes to QUnit.
2011-02-15 21:03:34 +01:00