Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Append colgroup and col elements (#1044) | Brandon Aaron | 2007-04-30 | 2 | -2/+10 | |
| | ||||||
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In ↵ | John Resig | 2007-04-29 | 4 | -69/+47 | |
| | | | | 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. | |||||
* | Added jQuery.browser.version (see ticket #1101). Works in all browsers that ↵ | John Resig | 2007-04-28 | 1 | -0/+1 | |
| | | | | we support. | |||||
* | Fix for #1061 | Brandon Aaron | 2007-04-26 | 1 | -1/+3 | |
| | ||||||
* | Minor cleanup | Jörn Zaefferer | 2007-04-25 | 1 | -3/+0 | |
| | ||||||
* | Fix for #1086: Append all caps HTML tags | Brandon Aaron | 2007-04-25 | 2 | -6/+10 | |
| | ||||||
* | Fix for #1114: Appending legend elements in Firefox | Brandon Aaron | 2007-04-25 | 2 | -1/+8 | |
| | ||||||
* | Fix for #1087: Using appendTo with select elements | Brandon Aaron | 2007-04-25 | 2 | -4/+8 | |
| | ||||||
* | unbind handlers with data + test (#935) | Brandon Aaron | 2007-04-24 | 2 | -5/+12 | |
| | ||||||
* | != undefined :) | Brandon Aaron | 2007-04-24 | 1 | -1/+1 | |
| | ||||||
* | Don't pass handler function as data for events + test (#1140) | Brandon Aaron | 2007-04-24 | 2 | -10/+15 | |
| | ||||||
* | Add hook for modifying the merge behavior of $.extend. Specifically, and ↵ | Corey Jewett | 2007-04-23 | 1 | -4/+27 | |
| | | | | time there is a collision between the target and mergee this function is called to resolve it. | |||||
* | Fix an issue with adding multiple event handlers and reattaching the global ↵ | Brandon Aaron | 2007-04-22 | 1 | -13/+13 | |
| | | | | event handler in IE | |||||
* | Adding back modified test for #939 | Brandon Aaron | 2007-04-22 | 1 | -2/+20 | |
| | ||||||
* | Fix scope issue in DOM 2 event handlers | Brandon Aaron | 2007-04-22 | 1 | -12/+18 | |
| | ||||||
* | Use DOM 2 event handlers, do not trigger click on a tags and event.data no ↵ | Brandon Aaron | 2007-04-22 | 2 | -60/+48 | |
| | | | | longer global | |||||
* | Fix for #1132 | Jörn Zaefferer | 2007-04-18 | 1 | -4/+0 | |
| | ||||||
* | Add RegExp style xpath attributes and testcases. e.g. [@foo =~ /bar/i] and ↵ | Corey Jewett | 2007-04-13 | 2 | -2/+7 | |
| | | | | [@foo !~ /bar/] | |||||
* | Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ↵ | Jörn Zaefferer | 2007-04-03 | 1 | -8/+3 | |
| | | | | an ActiveXObject or the XMLHttpRequest, potentially fixing #963 | |||||
* | Small optimization to jQuery.css to save 12 bytes | Brandon Aaron | 2007-04-03 | 1 | -4/+4 | |
| | ||||||
* | Added a number of additional speed gains (we now hold our own against Dojo ↵ | John Resig | 2007-03-26 | 3 | -860/+866 | |
| | | | | 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.) | |||||
* | Added fix for bug #945 (Finding items with an ID of length in IE and Opera). | John Resig | 2007-03-25 | 1 | -1/+3 | |
| | ||||||
* | 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 | 4 | -147/+153 | |
| | | | | new triggerEvent() method to the test runner to help us better test actual event interactions. | |||||
* | Added test for #769 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+17 | |
| | ||||||
* | Added test for #815 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+7 | |
| | ||||||
* | Added test for #935 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+11 | |
| | ||||||
* | Added test for #939 | Jörn Zaefferer | 2007-03-25 | 1 | -1/+13 | |
| | ||||||
* | Added test for #945 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+6 | |
| | ||||||
* | Added test for #968 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+9 | |
| | ||||||
* | Added test for #970 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+13 | |
| | ||||||
* | Fixed docs for ajax timouet to mention that its in milliseconds | Jörn Zaefferer | 2007-03-25 | 1 | -3/+3 | |
| | ||||||
* | Added test for #975, so far it passes only in opera | Jörn Zaefferer | 2007-03-25 | 1 | -0/+5 | |
| | ||||||
* | Added a not-yet-failing testcase for #1054 | Jörn Zaefferer | 2007-03-25 | 1 | -3/+4 | |
| | ||||||
* | Added a not-yet-failing testcase for #1054 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+14 | |
| | ||||||
* | (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 | 3 | -24/+26 | |
| | | | | 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 | 2 | -55/+26 | |
| | | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed. | |||||
* | Simplified the easing options - we now provide "swing" and "linear" ↵ | John Resig | 2007-03-24 | 1 | -8/+12 | |
| | | | | (defaulting to "swing"). This is in response to #928. | |||||
* | 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 support for comma-separated .is(), touched up the test cases. Resolves ↵ | John Resig | 2007-03-24 | 2 | -5/+5 | |
| | | | | #977. | |||||
* | An Ajax-based test was being run locally (which doesn't work). | John Resig | 2007-03-24 | 1 | -8/+13 | |
| | ||||||
* | Added a fix and test for bug #978 (Appending elements into an IFrame, in IE). | John Resig | 2007-03-24 | 3 | -10/+27 | |
| | ||||||
* | Update to fix for #1064 and tests | Brandon Aaron | 2007-03-22 | 2 | -7/+9 | |
| |