aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector/selectorTest.js
Commit message (Expand)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-202/+0
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-051-22/+22
* Removed all deprecated functionality for jQuery 1.2. A full list of what was ...John Resig2007-09-041-46/+23
* Added support for a new :header psuedo-selector (only selects H1-H6 elements).John Resig2007-08-311-1/+3
* Fixed the issue where $("body").find("div#foo") would ignore the specified ta...John Resig2007-08-271-1/+3
* Added the new :has() selector (Bug #1521)John Resig2007-08-211-1/+2
* 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
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-291-11/+11
* Added a fix for relative // - $("//div",this) (bug #1418)John Resig2007-07-251-1/+2
* Added extra last-child test.John Resig2007-06-291-1/+2
* Fix for #1169Brandon Aaron2007-05-131-7/+8
* 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-011-4/+1
* TDD. Broken test case, need to fix xpath parser...Corey Jewett2007-04-301-1/+2
* Forgot to remove the test cases for XPath [n]. (Ticket #995)John Resig2007-04-281-5/+1
* Added support for finding elements that have underscores in their name (along...John Resig2007-04-281-2/+4
* Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and [@...Corey Jewett2007-04-131-1/+3
* Fixed some more bugs with the test suite, made some minor file size tweaks to...John Resig2007-03-251-6/+6
* 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-251-2/+13
* Added support for escaping selectors in ID and Classname queries (#143). You ...John Resig2007-03-251-2/+16
* Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...John Resig2007-03-251-154/+177
* 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-231-2/+6
* Added a test case for bug #986.John Resig2007-02-221-3/+4
* Added test for #891Jörn Zaefferer2007-01-311-1/+5
* Added test for #895Jörn Zaefferer2007-01-311-3/+6
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-071-3/+2
* Updated test for #750Jörn Zaefferer2007-01-031-2/+2
* Added assertions for #750Jörn Zaefferer2007-01-031-1/+4
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-0/+140