aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector
Commit message (Expand)AuthorAgeFilesLines
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-211-5/+12
* Added a fix for IE returning comment nodes in * queries. I put the logic in $...John Resig2007-08-191-1/+6
* The test for underscore selectors broke under Opera, so the element is now lo...John Resig2007-07-301-3/+12
* Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,...John Resig2007-07-291-1/+1
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-11/+11
* $("#foo", xml) would always return an empty set, fixed (bug #877). Additional...John Resig2007-07-251-1/+1
* Added a fix for relative // - $("//div",this) (bug #1418)John Resig2007-07-252-2/+3
* Added a fix for h1 + h2 not working. (Bug #1361)John Resig2007-07-201-1/+1
* Final fix for Safari crasher (bug #1331).John Resig2007-07-061-1/+1
* Fix for Safari 1.3 crash (bug #1331).John Resig2007-07-051-1/+1
* fix little typo in commentEd Engelhardt2007-07-051-1/+1
* Added fix for broken child selectors in XML documents, bug #1346.John Resig2007-07-051-2/+2
* Added a fix for bug #1331, which caused Safari 1.3 to crash.John Resig2007-07-041-1/+1
* Fixed bug that prevented $= from working on elements that didn't have the spe...John Resig2007-07-041-1/+1
* Who am I kidding |= is useless.John Resig2007-06-291-2/+2
* Added minor support for |= and ~= selectors.John Resig2007-06-291-2/+2
* Added fix for :nth-child(n).John Resig2007-06-291-1/+1
* Added fix for broken :only-child.John Resig2007-06-291-1/+1
* Added extra last-child test.John Resig2007-06-291-1/+2
* Added massive speed improvements to selectors. Also added support for :nth-ch...John Resig2007-06-291-60/+98
* Fix for #1169Brandon Aaron2007-05-132-8/+10
* Rev [1827] broke the two XPath sibling selectors.John Resig2007-05-011-2/+2
* We're not adding new selector features in until a new full release. Please di...John Resig2007-05-012-8/+2
* TDD. Broken test case, need to fix xpath parser...Corey Jewett2007-04-301-1/+2
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-15/+16
* Forgot to remove the test cases for XPath [n]. (Ticket #995)John Resig2007-04-281-5/+1
* Removed support for the XPath [n] - we weren't doing it right, and it would a...John Resig2007-04-281-1/+1
* Added support for finding elements that have underscores in their name (along...John Resig2007-04-282-5/+7
* Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and [@...Corey Jewett2007-04-132-2/+7
* Added a number of additional speed gains (we now hold our own against Dojo an...John Resig2007-03-261-28/+35
* Opera is also vulnerable to the getElementById-returning-name issue, fixed it...John Resig2007-03-251-7/+6
* Fixed some more bugs with the test suite, made some minor file size tweaks to...John Resig2007-03-252-16/+15
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-8/+5
* Added test for #945Jörn Zaefferer2007-03-251-0/+6
* (no commit message)John Resig2007-03-252-3/+14
* Added support for escaping selectors in ID and Classname queries (#143). You ...John Resig2007-03-252-20/+25
* Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...John Resig2007-03-252-169/+204
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-241-34/+8
* Added a fix for #891 (Using a /foo selector within a non-document context.)John Resig2007-03-241-1/+1
* Added fix for #986 (ID selector within an element that doesn't exist).John Resig2007-03-241-3/+5
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-2/+2
* * Fixed IE ID selectors selecting by the name attribute and added testsBrandon Aaron2007-02-232-4/+12
* Added a test case for bug #986.John Resig2007-02-221-3/+4
* Update for src and href attribute selectors fixBrandon Aaron2007-02-141-1/+1
* Fix the ^= type attribute selector in firefox for href. Brandon Aaron2007-02-131-1/+1
* Fixed the ~ selector - it was selecting in the wrong direction.John Resig2007-02-041-1/+1
* Added test for #891Jörn Zaefferer2007-01-311-1/+5
* Added test for #895Jörn Zaefferer2007-01-311-3/+6
* Fixed an issue with child selectors that also have filters.John Resig2007-01-221-2/+2
* Added in jQuery.nodeName() to simplify checking nodeName constantly.John Resig2007-01-221-5/+5