Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added fix for broken :only-child. | John Resig | 2007-06-29 | 1 | -1/+1 | |
| | ||||||
* | Added extra last-child test. | John Resig | 2007-06-29 | 1 | -1/+2 | |
| | ||||||
* | Added massive speed improvements to selectors. Also added support for ↵ | John Resig | 2007-06-29 | 1 | -60/+98 | |
| | | | | :nth-child(An+B) syntax. | |||||
* | Fix for #1169 | Brandon Aaron | 2007-05-13 | 2 | -8/+10 | |
| | ||||||
* | Rev [1827] broke the two XPath sibling selectors. | John Resig | 2007-05-01 | 1 | -2/+2 | |
| | ||||||
* | We're not adding new selector features in until a new full release. Please ↵ | John Resig | 2007-05-01 | 2 | -8/+2 | |
| | | | | discuss features like this in the dev mailing list, and in the bug tracker, before committing code. | |||||
* | TDD. Broken test case, need to fix xpath parser... | Corey Jewett | 2007-04-30 | 1 | -1/+2 | |
| | ||||||
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In ↵ | John Resig | 2007-04-29 | 1 | -15/+16 | |
| | | | | fixing this, revision [1771] was discovered and reverted (no API changes are being added in at this time), and a couple un-functioning test cases were fixed (array comparisions were being done for objects). | |||||
* | Forgot to remove the test cases for XPath [n]. (Ticket #995) | John Resig | 2007-04-28 | 1 | -5/+1 | |
| | ||||||
* | Removed support for the XPath [n] - we weren't doing it right, and it would ↵ | John Resig | 2007-04-28 | 1 | -1/+1 | |
| | | | | actually require a lot of code to "do it right" (much more than what the feature is immediately worth). See ticket #995. | |||||
* | Added support for finding elements that have underscores in their name ↵ | John Resig | 2007-04-28 | 2 | -5/+7 | |
| | | | | (along with other allowed characters). Fix for ticket #1084. | |||||
* | Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and ↵ | Corey Jewett | 2007-04-13 | 2 | -2/+7 | |
| | | | | [@foo !~ /bar/] | |||||
* | Added a number of additional speed gains (we now hold our own against Dojo ↵ | John Resig | 2007-03-26 | 1 | -28/+35 | |
| | | | | and DOMQuery), touched up some of the selector code, fixed some minor bugs, fixed a bug with triggerEvent in Opera, fixed some more test case bugs. | |||||
* | Opera is also vulnerable to the getElementById-returning-name issue, fixed ↵ | John Resig | 2007-03-25 | 1 | -7/+6 | |
| | | | | it there as well. Also had to tweak the UTF8 regexps to work in Safari (Safari doesn't support \uXXXX in RegExps, lame.) | |||||
* | Fixed some more bugs with the test suite, made some minor file size tweaks ↵ | John Resig | 2007-03-25 | 2 | -16/+15 | |
| | | | | to the selector code. | |||||
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵ | John Resig | 2007-03-25 | 1 | -8/+5 | |
| | | | | new triggerEvent() method to the test runner to help us better test actual event interactions. | |||||
* | Added test for #945 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+6 | |
| | ||||||
* | (no commit message) | John Resig | 2007-03-25 | 2 | -3/+14 | |
| | ||||||
* | Added support for escaping selectors in ID and Classname queries (#143). You ↵ | John Resig | 2007-03-25 | 2 | -20/+25 | |
| | | | | need to be sure to double-escape selectors, though, as JavaScript requires it to get the right effect. | |||||
* | Added UTF8 Selector support (#1001) and fixed infinite selector loops ↵ | John Resig | 2007-03-25 | 2 | -169/+204 | |
| | | | | (#1025). You can now select elements by UTF8-based IDs, classes, and attributes. | |||||
* | Merged my speed improvements into the jQuery core (is actually 200b smaller ↵ | John Resig | 2007-03-24 | 1 | -34/+8 | |
| | | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed. | |||||
* | Added a fix for #891 (Using a /foo selector within a non-document context.) | John Resig | 2007-03-24 | 1 | -1/+1 | |
| | ||||||
* | Added fix for #986 (ID selector within an element that doesn't exist). | John Resig | 2007-03-24 | 1 | -3/+5 | |
| | ||||||
* | Added a fix and test for bug #978 (Appending elements into an IFrame, in IE). | John Resig | 2007-03-24 | 1 | -2/+2 | |
| | ||||||
* | * Fixed IE ID selectors selecting by the name attribute and added tests | Brandon Aaron | 2007-02-23 | 2 | -4/+12 | |
| | | | | | * Added href attribute test to test suite * Updated Changelog | |||||
* | Added a test case for bug #986. | John Resig | 2007-02-22 | 1 | -3/+4 | |
| | ||||||
* | Update for src and href attribute selectors fix | Brandon Aaron | 2007-02-14 | 1 | -1/+1 | |
| | ||||||
* | Fix the ^= type attribute selector in firefox for href. | Brandon Aaron | 2007-02-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed the ~ selector - it was selecting in the wrong direction. | John Resig | 2007-02-04 | 1 | -1/+1 | |
| | ||||||
* | Added test for #891 | Jörn Zaefferer | 2007-01-31 | 1 | -1/+5 | |
| | ||||||
* | Added test for #895 | Jörn Zaefferer | 2007-01-31 | 1 | -3/+6 | |
| | ||||||
* | Fixed an issue with child selectors that also have filters. | John Resig | 2007-01-22 | 1 | -2/+2 | |
| | ||||||
* | Added in jQuery.nodeName() to simplify checking nodeName constantly. | John Resig | 2007-01-22 | 1 | -5/+5 | |
| | ||||||
* | Fixed an issue with child selectors accidentally triggering filter mode. | John Resig | 2007-01-22 | 1 | -2/+3 | |
| | ||||||
* | Fixed some more nodeName inconsistencies. | John Resig | 2007-01-22 | 1 | -2/+2 | |
| | ||||||
* | Fixed an issue with child selectors and XML documents (nodeName isn't in ↵ | John Resig | 2007-01-22 | 1 | -1/+1 | |
| | | | | all-caps, and it was assumed that it was). | |||||
* | Converted a lot of for loops to use jQuery.each() instead. | John Resig | 2007-01-14 | 1 | -17/+18 | |
| | ||||||
* | Added a fix for :nth-child(even/odd). | John Resig | 2007-01-14 | 1 | -4/+4 | |
| | ||||||
* | Added a fix for $("div").filter("*") never ending. | John Resig | 2007-01-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed a few docs | Jörn Zaefferer | 2007-01-14 | 1 | -1/+1 | |
| | ||||||
* | Removed a bunch more bytes from the total file size. | John Resig | 2007-01-14 | 1 | -22/+20 | |
| | ||||||
* | Added in jQuery.isFunction(). | John Resig | 2007-01-14 | 1 | -1/+1 | |
| | ||||||
* | Added minor regexp optimization. | John Resig | 2007-01-12 | 1 | -3/+3 | |
| | ||||||
* | Added a fix for $("object *") in IE7. | John Resig | 2007-01-11 | 1 | -2/+10 | |
| | ||||||
* | Removed support for //foo | //bar - please use "," instead. | John Resig | 2007-01-10 | 1 | -2/+2 | |
| | ||||||
* | Added support .css("left",30). Fixed up the multiFilter code. | John Resig | 2007-01-10 | 1 | -7/+2 | |
| | ||||||
* | Lots of improvements. Added support for .not( jQuery("...") ) and support ↵ | John Resig | 2007-01-10 | 1 | -0/+18 | |
| | | | | for multi filters: .filter("foo,bar") .parent("div, .class"), etc. | |||||
* | Added support for (basic) nested parens and (basic) nested brackets. You can ↵ | John Resig | 2007-01-09 | 1 | -2/+2 | |
| | | | | now do: div:not(.foo[a:not(.even)]) or div[p[a.even]]. | |||||
* | Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped ↵ | John Resig | 2007-01-08 | 1 | -4/+0 | |
| | | | | the test suite from trying to run Ajax tests locally. | |||||
* | Added support for [@foo] against DOM object properties (not just attributes). | John Resig | 2007-01-07 | 1 | -1/+1 | |
| |