git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Overflow revert was completely borked when you animated multiple properties (like...
[jquery.git]
/
src
/
selector
/
2007-07-05
John Resig
Added fix for broken child selectors in XML documents...
tree
|
commitdiff
2007-07-04
John Resig
Added a fix for bug #1331, which caused Safari 1.3...
tree
|
commitdiff
2007-07-04
John Resig
Fixed bug that prevented $= from working on elements...
tree
|
commitdiff
2007-06-29
John Resig
Who am I kidding |= is useless.
tree
|
commitdiff
2007-06-29
John Resig
Added minor support for |= and ~= selectors.
tree
|
commitdiff
2007-06-29
John Resig
Added fix for :nth-child(n).
tree
|
commitdiff
2007-06-29
John Resig
Added fix for broken :only-child.
tree
|
commitdiff
2007-06-29
John Resig
Added extra last-child test.
tree
|
commitdiff
2007-06-29
John Resig
Added massive speed improvements to selectors. Also...
tree
|
commitdiff
2007-05-13
Brandon Aaron
Fix for #1169
tree
|
commitdiff
2007-05-01
John Resig
Rev [1827] broke the two XPath sibling selectors.
tree
|
commitdiff
2007-05-01
John Resig
We're not adding new selector features in until a new...
tree
|
commitdiff
2007-04-30
Corey Jewett
TDD. Broken test case, need to fix xpath parser...
tree
|
commitdiff
2007-04-29
John Resig
Query now throws no warnings under strict mode in Firef...
tree
|
commitdiff
2007-04-28
John Resig
Forgot to remove the test cases for XPath [n]. (Ticket...
tree
|
commitdiff
2007-04-28
John Resig
Removed support for the XPath [n] - we weren't doing...
tree
|
commitdiff
2007-04-28
John Resig
Added support for finding elements that have underscore...
tree
|
commitdiff
2007-04-13
Corey Jewett
Add RegExp style xpath attributes and testcases. e...
tree
|
commitdiff
2007-03-26
John Resig
Added a number of additional speed gains (we now hold...
tree
|
commitdiff
2007-03-25
John Resig
Opera is also vulnerable to the getElementById-returnin...
tree
|
commitdiff
2007-03-25
John Resig
Fixed some more bugs with the test suite, made some...
tree
|
commitdiff
2007-03-25
John Resig
Cleaned up a lot of the test suite - reorganized and...
tree
|
commitdiff
2007-03-25
Jörn Zaefferer
Added test for #945
tree
|
commitdiff
2007-03-25
John Resig
(no commit message)
tree
|
commitdiff
2007-03-25
John Resig
Added support for escaping selectors in ID and Classnam...
tree
|
commitdiff
2007-03-25
John Resig
Added UTF8 Selector support (#1001) and fixed infinite...
tree
|
commitdiff
2007-03-24
John Resig
Merged my speed improvements into the jQuery core ...
tree
|
commitdiff
2007-03-24
John Resig
Added a fix for #891 (Using a /foo selector within...
tree
|
commitdiff
2007-03-24
John Resig
Added fix for #986 (ID selector within an element that...
tree
|
commitdiff
2007-03-24
John Resig
Added a fix and test for bug #978 (Appending elements...
tree
|
commitdiff
2007-02-23
Brandon Aaron
* Fixed IE ID selectors selecting by the name attribute...
tree
|
commitdiff
2007-02-22
John Resig
Added a test case for bug #986.
tree
|
commitdiff
2007-02-14
Brandon Aaron
Update for src and href attribute selectors fix
tree
|
commitdiff
2007-02-13
Brandon Aaron
Fix the ^= type attribute selector in firefox for href.
tree
|
commitdiff
2007-02-04
John Resig
Fixed the ~ selector - it was selecting in the wrong...
tree
|
commitdiff
2007-01-31
Jörn Zaefferer
Added test for #891
tree
|
commitdiff
2007-01-31
Jörn Zaefferer
Added test for #895
tree
|
commitdiff
2007-01-22
John Resig
Fixed an issue with child selectors that also have...
tree
|
commitdiff
2007-01-22
John Resig
Added in jQuery.nodeName() to simplify checking nodeNam...
tree
|
commitdiff
2007-01-22
John Resig
Fixed an issue with child selectors accidentally trigge...
tree
|
commitdiff
2007-01-22
John Resig
Fixed some more nodeName inconsistencies.
tree
|
commitdiff
2007-01-22
John Resig
Fixed an issue with child selectors and XML documents...
tree
|
commitdiff
2007-01-14
John Resig
Converted a lot of for loops to use jQuery.each() instead.
tree
|
commitdiff
2007-01-14
John Resig
Added a fix for :nth-child(even/odd).
tree
|
commitdiff
2007-01-14
John Resig
Added a fix for $("div").filter("*") never ending.
tree
|
commitdiff
2007-01-14
Jörn Zaefferer
Fixed a few docs
tree
|
commitdiff
2007-01-14
John Resig
Removed a bunch more bytes from the total file size.
tree
|
commitdiff
2007-01-14
John Resig
Added in jQuery.isFunction().
tree
|
commitdiff
2007-01-12
John Resig
Added minor regexp optimization.
tree
|
commitdiff
2007-01-11
John Resig
Added a fix for $("object *") in IE7.
tree
|
commitdiff
2007-01-10
John Resig
Removed support for //foo | //bar - please use ","...
tree
|
commitdiff
2007-01-10
John Resig
Added support .css("left",30). Fixed up the multiFilter...
tree
|
commitdiff
2007-01-10
John Resig
Lots of improvements. Added support for .not( jQuery...
tree
|
commitdiff
2007-01-09
John Resig
Added support for (basic) nested parens and (basic...
tree
|
commitdiff
2007-01-08
John Resig
Fixed a bug with $("body") in dynamic documents, refact...
tree
|
commitdiff
2007-01-07
John Resig
Added support for [@foo] against DOM object properties...
tree
|
commitdiff
2007-01-07
John Resig
Fixed problem with $("div",$("body")) breaking (returni...
tree
|
commitdiff
2007-01-07
Jörn Zaefferer
Fixed test for object/param selection (thanks Andrea)
tree
|
commitdiff
2007-01-03
Jörn Zaefferer
Updated test for #750
tree
|
commitdiff
2007-01-03
Jörn Zaefferer
Added assertions for #750
tree
|
commitdiff
2006-12-31
John Resig
Moved all the expressions tests over into selector...
tree
|
commitdiff
2006-12-31
John Resig
Moved the bulk of the selector code out into a separate...
tree
|
commitdiff