git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix for #4374, gap in :hidden, :visible logic
[jquery.git]
/
test
/
unit
/
2009-03-18
Brandon Aaron
fix for #4374, gap in :hidden, :visible logic
tree
|
commitdiff
2009-03-17
Brandon Aaron
fix for #3688, setting type attribute on button causes...
tree
|
commitdiff
2009-02-28
John Resig
Simplified the structure of the .css() and .attr()...
tree
|
commitdiff
2009-02-23
Ariel Flesler
jquery event: Fixing event.currentTarget for live().
tree
|
commitdiff
2009-02-20
John Resig
Made sure that .remove now uses multiFilter. Fixes...
tree
|
commitdiff
2009-02-19
John Resig
Fixed one of the selector tests that was reporting...
tree
|
commitdiff
2009-02-19
John Resig
Disabled some of the animation tests that were being...
tree
|
commitdiff
2009-02-18
John Resig
Missed an other search-related test.
tree
|
commitdiff
2009-02-18
John Resig
Fixed some tests that were changed (fixed!) by fixing...
tree
|
commitdiff
2009-02-18
John Resig
Made it so that search input elements are now serialize...
tree
|
commitdiff
2009-02-18
John Resig
Made it so that appendTo, etc. return the inserted...
tree
|
commitdiff
2009-02-17
John Resig
Updated the show() tests to work without the use of...
tree
|
commitdiff
2009-02-17
John Resig
Reorganized and disabled some of the height/width tests...
tree
|
commitdiff
2009-02-17
John Resig
Brought back the compareDocumentPosition code. While...
tree
|
commitdiff
2009-02-17
John Resig
Changed the currentTarget test - no need to test the...
tree
|
commitdiff
2009-02-17
John Resig
Changed some of the fx/stop tests to handle the new...
tree
|
commitdiff
2009-02-17
John Resig
Made the div showing a little more explicit - making...
tree
|
commitdiff
2009-02-17
John Resig
Tweaked some of the selector tests to handle some of...
tree
|
commitdiff
2009-02-17
John Resig
Reorganized some of the animation tests to work with...
tree
|
commitdiff
2009-02-17
John Resig
Disabled one of the ordering tests that was taking...
tree
|
commitdiff
2009-02-17
John Resig
Fixed some more CSS/visibility tests.
tree
|
commitdiff
2009-02-17
John Resig
Changed a bunch of the DOM tests to work in Document...
tree
|
commitdiff
2009-02-17
John Resig
Updated some of the display/visible/hidden tests to...
tree
|
commitdiff
2009-02-17
Ariel Flesler
testrunner: Misc
tree
|
commitdiff
2009-02-17
Ariel Flesler
jquery event: closes #4033. e.currentTarget wasn't...
tree
|
commitdiff
2009-02-16
John Resig
Added support for class selectors and class attribute...
tree
|
commitdiff
2009-02-16
John Resig
Fixed an issue with :nth-child selectors embedded in...
tree
|
commitdiff
2009-02-16
John Resig
Change the behavior of how :visible and :hidden work...
tree
|
commitdiff
2009-02-16
John Resig
Fixed a bug with certain + selectors failing (Fixes...
tree
|
commitdiff
2009-02-15
John Resig
Fixed the issue where weird characters were being used...
tree
|
commitdiff
2009-02-15
John Resig
Make sure that [name=FOO] searches actually have the...
tree
|
commitdiff
2009-02-15
John Resig
Added fixes for two different :not() bugs. One with...
tree
|
commitdiff
2009-02-15
John Resig
Updated the copy of jQuery and added some more context...
tree
|
commitdiff
2009-02-14
John Resig
Provide a graceful failover for [name=foo] queries...
tree
|
commitdiff
2009-02-14
John Resig
Added support for sorting in Safari - when querySelecto...
tree
|
commitdiff
2009-02-14
John Resig
Disabled expando selector tests - they don't work in...
tree
|
commitdiff
2009-02-14
John Resig
Make sure that elements are returned in document order...
tree
|
commitdiff
2009-02-09
John Resig
Fixed bubbling of live events (if an inner element...
tree
|
commitdiff
2009-02-09
John Resig
Reworked the attribute selection code to be able to...
tree
|
commitdiff
2009-02-09
John Resig
Reworked the .clone() function in IE. Fixes jQuery...
tree
|
commitdiff
2009-02-07
John Resig
Added a fix for empty attribute selection values. Fixes...
tree
|
commitdiff
2009-02-07
John Resig
Added logic for not using getElementsByClassName in...
tree
|
commitdiff
2009-01-22
John Resig
Tweaked one of the selector tests.
tree
|
commitdiff
2009-01-21
John Resig
A follow-up for bug #3945. ID selectors don't work...
tree
|
commitdiff
2009-01-21
John Resig
Make sure that [name=foo] and #id selectors don't use...
tree
|
commitdiff
2009-01-21
John Resig
Now handle the case where Safari's querySelectorAll...
tree
|
commitdiff
2009-01-21
John Resig
After discussing it with a number of users I've decided...
tree
|
commitdiff
2009-01-21
John Resig
CHILD positions were being cached improperly. Tweaked...
tree
|
commitdiff
2009-01-20
John Resig
Added support for a[name^='foo['] style selectors....
tree
|
commitdiff
2009-01-20
John Resig
Made sure that .removeClass(null) doesn't throw an...
tree
|
commitdiff
2009-01-20
John Resig
Focused support of .live(). stopPropagation and stopImm...
tree
|
commitdiff
2009-01-20
John Resig
Re-worked the logic for where .selector and .context...
tree
|
commitdiff
2009-01-19
John Resig
Added two more tweaks for XHTML core tests.
tree
|
commitdiff
2009-01-19
John Resig
Made some tweaks to the core tests so that they'll...
tree
|
commitdiff
2009-01-19
John Resig
Landing a fix for non-link anchor tabIndex (from scott...
tree
|
commitdiff
2009-01-19
John Resig
Merged some recent fixes in from Sizzle.
tree
|
commitdiff
2009-01-14
Ariel Flesler
jquery fx: sync animations were being left on jQuery...
tree
|
commitdiff
2009-01-13
John Resig
Merged Sizzle changes back into jQuery.
tree
|
commitdiff
2009-01-12
John Resig
Only try to wrap the element if it's not disconnected...
tree
|
commitdiff
2009-01-12
John Resig
Fixed an issue with parentNode being accessed in attr...
tree
|
commitdiff
2009-01-12
John Resig
Had to remove the global variable tricks (especially...
tree
|
commitdiff
2009-01-11
John Resig
Prevented non-script <script> blocks from executing...
tree
|
commitdiff
2009-01-10
John Resig
.closest() with positional selectors wasn't worked...
tree
|
commitdiff
2009-01-10
John Resig
Landed a fix for when a DOM element gets accidentally...
tree
|
commitdiff
2009-01-10
John Resig
Fixed an issue with script nodes being removed incorrec...
tree
|
commitdiff
2009-01-10
Ariel Flesler
testrunner: Putting back the global variables used...
tree
|
commitdiff
2009-01-09
Ariel Flesler
testrunner: Removing every global variable leaked withi...
tree
|
commitdiff
2009-01-09
John Resig
Didn't get specific enough with the proxy guid, fixes...
tree
|
commitdiff
2009-01-09
John Resig
Made it so that you can bind a single function to multi...
tree
|
commitdiff
2009-01-08
Ariel Flesler
testrunner: refactored unbind's tests. Including one...
tree
|
commitdiff
2009-01-08
John Resig
Selector state wasn't being passed along on a cloned...
tree
|
commitdiff
2009-01-07
Scott González
Fixed tabindex normalization so that elements that...
tree
|
commitdiff
2009-01-05
John Resig
Disabled an extra event binding.
tree
|
commitdiff
2009-01-05
John Resig
Timeout test appears to be flaky - disabling, for now.
tree
|
commitdiff
2009-01-05
John Resig
The timeout test was waiting for 10 seconds - unnecessa...
tree
|
commitdiff
2009-01-05
John Resig
Simplified the XML clone test.
tree
|
commitdiff
2009-01-05
John Resig
Simplified the XML selector test (save the result).
tree
|
commitdiff
2009-01-05
John Resig
Fixed an issue with how broken selector tests were...
tree
|
commitdiff
2009-01-05
John Resig
Landed cross-browser support for tabIndex, by Scott...
tree
|
commitdiff
2009-01-05
John Resig
Forgot to merge in some of the new tests from Sizzle.
tree
|
commitdiff
2009-01-05
John Resig
Synced with the Sizzle repository.
tree
|
commitdiff
2009-01-03
John Resig
Landed a proper fix for #3255 - which involves doing...
tree
|
commitdiff
2009-01-02
John Resig
Fixed an issue that was introduced by [5743] (which...
tree
|
commitdiff
2009-01-02
Ariel Flesler
jquery event: closes #3772. The extra function on ...
tree
|
commitdiff
2009-01-02
John Resig
Disabled testing of em-defined borders, need to look...
tree
|
commitdiff
2009-01-02
John Resig
The exact escaping of the text() test isn't important...
tree
|
commitdiff
2008-12-31
John Resig
Fixed an issue with .not("#foo, bar") not working corre...
tree
|
commitdiff
2008-12-31
Ariel Flesler
jquery event:
tree
|
commitdiff
2008-12-30
John Resig
Made sure that return false works in .live() along...
tree
|
commitdiff
2008-12-30
Ariel Flesler
jquery data: Closes #3539. Exposed jQuery.queue. Moved...
tree
|
commitdiff
2008-12-29
Ariel Flesler
jquery event: jQuery.Event can be instantiated without...
tree
|
commitdiff
2008-12-25
Ariel Flesler
jquery event: Closes #3662. Adds a jQuery.Event class...
tree
|
commitdiff
2008-12-25
Ariel Flesler
jquery fx: Closes #3219. jQuery.fn.toggle can accept...
tree
|
commitdiff
2008-12-25
Ariel Flesler
jquery core: Closes #1681. jQuery.fn.toggleClass can...
tree
|
commitdiff
2008-12-25
Ariel Flesler
jquery core: Closes #3255. The div used in jQuery.clean...
tree
|
commitdiff
2008-12-25
Ariel Flesler
jquery core: Closes #3641. jQuery.merge stopped looping...
tree
|
commitdiff
2008-12-22
John Resig
Added a new liveQuery/event delegation hybrid method...
tree
|
commitdiff
2008-12-22
John Resig
Made sure that the correct event.taget is being used...
tree
|
commitdiff
2008-12-22
John Resig
Added support for bubbling triggered events.
tree
|
commitdiff
2008-12-22
John Resig
Added support for the new .closest() method (very usefu...
tree
|
commitdiff
next