Fix for #1169
[jquery.git] / src / selector / selectorTest.js
2007-05-13 Brandon AaronFix for #1169
2007-05-01 John ResigRev [1827] broke the two XPath sibling selectors.
2007-05-01 John ResigWe're not adding new selector features in until a new...
2007-04-30 Corey JewettTDD. Broken test case, need to fix xpath parser...
2007-04-28 John ResigForgot to remove the test cases for XPath [n]. (Ticket...
2007-04-28 John ResigAdded support for finding elements that have underscore...
2007-04-13 Corey JewettAdd RegExp style xpath attributes and testcases. e...
2007-03-25 John ResigFixed some more bugs with the test suite, made some...
2007-03-25 John ResigCleaned up a lot of the test suite - reorganized and...
2007-03-25 Jörn ZaeffererAdded test for #945
2007-03-25 John Resig(no commit message)
2007-03-25 John ResigAdded support for escaping selectors in ID and Classnam...
2007-03-25 John ResigAdded UTF8 Selector support (#1001) and fixed infinite...
2007-03-24 John ResigAdded a fix and test for bug #978 (Appending elements...
2007-02-23 Brandon Aaron* Fixed IE ID selectors selecting by the name attribute...
2007-02-22 John ResigAdded a test case for bug #986.
2007-01-31 Jörn ZaeffererAdded test for #891
2007-01-31 Jörn ZaeffererAdded test for #895
2007-01-07 Jörn ZaeffererFixed test for object/param selection (thanks Andrea)
2007-01-03 Jörn ZaeffererUpdated test for #750
2007-01-03 Jörn ZaeffererAdded assertions for #750
2006-12-31 John ResigMoved all the expressions tests over into selector...