Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added a fix for IE returning comment nodes in * queries. I put the logic in ↵ | John Resig | 2007-08-19 | 2 | -3/+17 | |
| | | | | $.merge() but added a conditional such that the speed hit only effects IE users. (Bug #1155) | |||||
* | Applied arrix's fix for getting style values on elements that aren't in the ↵ | John Resig | 2007-08-19 | 1 | -1/+1 | |
| | | | | DOM, in Safari. (Bug #1482) | |||||
* | We were catching exceptions within the success callback of an Ajax request, ↵ | John Resig | 2007-08-19 | 1 | -30/+31 | |
| | | | | then causing an error callback to be called (which is incorrect). (Bug #1441) | |||||
* | Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449) | John Resig | 2007-08-19 | 3 | -7/+16 | |
| | ||||||
* | Added a fix for bug #1489, appending <caption> was broken. | John Resig | 2007-08-16 | 2 | -2/+6 | |
| | ||||||
* | reverted my "fixes", seems like they work only with the latest (dev) rhino ↵ | Jörn Zaefferer | 2007-08-14 | 1 | -7/+4 | |
| | | | | version, which isn't that helpful | |||||
* | More missing semicolons. | John Resig | 2007-08-07 | 1 | -2/+2 | |
| | ||||||
* | Added a couple JSLint-caught fixes. | John Resig | 2007-08-07 | 1 | -3/+3 | |
| | ||||||
* | Brought back jQuery.globalEval(), fixing bug #1425. | John Resig | 2007-07-31 | 2 | -2/+17 | |
| | ||||||
* | When we disabled triggering of clicks, we also killed off blur and focus, ↵ | John Resig | 2007-07-31 | 1 | -1/+1 | |
| | | | | this fixes that (bug #1440). | |||||
* | The test for underscore selectors broke under Opera, so the element is now ↵ | John Resig | 2007-07-30 | 2 | -3/+13 | |
| | | | | loaded via Ajax and tested. (bug #1084) | |||||
* | IE prunes whitespace from the start of innerHTML-injected strings. This ↵ | John Resig | 2007-07-30 | 1 | -1/+5 | |
| | | | | fixes that. | |||||
* | Fixed failing test for Safari 2. | John Resig | 2007-07-29 | 1 | -1/+1 | |
| | ||||||
* | Got .css() working in Safari 2 as well (a number of shortcuts had to be ↵ | John Resig | 2007-07-29 | 1 | -10/+13 | |
| | | | | removed, unfortunately). This should successfully close bug #1349. | |||||
* | Added a fix for Safari's broken CSS getComputedStyle accessing. ↵ | John Resig | 2007-07-29 | 2 | -12/+43 | |
| | | | | Additionally, added a fix for Safari mis-reporting @selected for display: none options. The test suite is now completely passing in Safari 3. (Bug #1349) | |||||
* | Integrated the custom fx test suite into the main test suite. All tests are ↵ | John Resig | 2007-07-29 | 9 | -373/+403 | |
| | | | | now run automatically. Removed the old suite, as it was no longer needed. | |||||
* | nevermind, I'm dumb. =P | Sean Catchpole | 2007-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed ajax array arguments in $.param | Sean Catchpole | 2007-07-26 | 1 | -1/+1 | |
| | ||||||
* | $("#foo", xml) would always return an empty set, fixed (bug #877). ↵ | John Resig | 2007-07-25 | 2 | -2/+3 | |
| | | | | Additionally, a bug in jQuery.isXMLDoc(xmlDoc) was discovered, if the element was, in fact, an XML document. | |||||
* | Added a fix for relative // - $("//div",this) (bug #1418) | John Resig | 2007-07-25 | 2 | -2/+3 | |
| | ||||||
* | selectedIndex is now cloned cross-browser (#1294) | Brandon Aaron | 2007-07-21 | 1 | -8/+14 | |
| | ||||||
* | selectedIndex is now cloned in IE (#1294) | Brandon Aaron | 2007-07-21 | 1 | -15/+25 | |
| | ||||||
* | addClass doesn't fail when passed an undefined or null variable (#1309) | Brandon Aaron | 2007-07-21 | 1 | -1/+1 | |
| | ||||||
* | missing semi-colon | Brandon Aaron | 2007-07-21 | 1 | -1/+1 | |
| | ||||||
* | trigger DOM0 event handlers when doing a trigger (#1363) | Brandon Aaron | 2007-07-21 | 2 | -4/+15 | |
| | ||||||
* | Added support for parsererror errors from Ajax requests (bug #1145). | John Resig | 2007-07-21 | 1 | -3/+6 | |
| | ||||||
* | Added a fix for setting the style property in IE: .attr("style", "...") (bug ↵ | John Resig | 2007-07-21 | 1 | -2/+4 | |
| | | | | #1170). | |||||
* | Added a fix for h1 + h2 not working. (Bug #1361) | John Resig | 2007-07-20 | 1 | -1/+1 | |
| | ||||||
* | Safari doesn't return the correct computed opacity. (Fix for bug #1369) | John Resig | 2007-07-20 | 1 | -0/+3 | |
| | ||||||
* | Added a fix to prevent the completion callback from firing multiple times in ↵ | John Resig | 2007-07-20 | 1 | -1/+1 | |
| | | | | Firefox on OSX (fixed bug #1406). | |||||
* | Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777. | John Resig | 2007-07-20 | 2 | -51/+16 | |
| | ||||||
* | broken test in IE | Brandon Aaron | 2007-07-20 | 1 | -13/+11 | |
| | ||||||
* | Moving the easing check logic to the fx function, since Interface was ↵ | John Resig | 2007-07-20 | 1 | -2/+2 | |
| | | | | overwriting the speed function :-( (Fix for bug #1396). | |||||
* | Added a fix for when trim receives a null value (bug #1395). | John Resig | 2007-07-20 | 1 | -1/+1 | |
| | ||||||
* | Made it so that you can set the text value of elements to numbers (in ↵ | John Resig | 2007-07-20 | 1 | -1/+1 | |
| | | | | addition to strings). (Fix for bug #1386) | |||||
* | The isTimeout fix from #970 was causing unintended status bugs (fixed). This ↵ | John Resig | 2007-07-20 | 1 | -9/+14 | |
| | | | | also includes a fix for errors that occurred during an empty eval in IE (but #1410). | |||||
* | Fix for #1402 | Brandon Aaron | 2007-07-20 | 1 | -2/+2 | |
| | ||||||
* | Made the error message equal to "timeout", if the request timed out. (Bug #970) | John Resig | 2007-07-20 | 1 | -3/+3 | |
| | ||||||
* | IE doesn't like doing attaching the mergeNum property to XML documents, so ↵ | John Resig | 2007-07-20 | 1 | -5/+9 | |
| | | | | for now, we're just going to (possibly) return duplicates in IE, in XML documents. (bug #1357). | |||||
* | Added runtest ant task (doesn't display results yet); | Jörn Zaefferer | 2007-07-17 | 2 | -5/+16 | |
| | | | | added href-attribute to DOMElement, fixed XMLHttpRequest to actually allow sync requests, fixed new Thread(new Runnable({run...})) to use new Thread({run:...}) | |||||
* | display block was being set on top/left animation, when they shouldn't be. | John Resig | 2007-07-15 | 1 | -1/+4 | |
| | ||||||
* | Fix for IE firing document ready too soon (Bug #1320). | John Resig | 2007-07-12 | 1 | -1/+1 | |
| | ||||||
* | Added better support for local file XHR, added document.innerHTML, change ↵ | John Resig | 2007-07-10 | 1 | -41/+68 | |
| | | | | .valueOf() to be .outerHTML. | |||||
* | Added support for events, made window.location Async (and based upon XHR), ↵ | John Resig | 2007-07-09 | 2 | -30/+115 | |
| | | | | added trigger for window.onload. | |||||
* | Got some XHR tests to run, still some hanging threads (need to investigate). ↵ | John Resig | 2007-07-09 | 6 | -47/+74 | |
| | | | | Started moving some Ajax tests away from using PHP (more portable this way). Fixed a number of XHR env bugs. | |||||
* | Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.). | John Resig | 2007-07-09 | 1 | -65/+86 | |
| | ||||||
* | Adds XHR support to Rhino evn | Yehuda Katz | 2007-07-09 | 1 | -6/+77 | |
| | ||||||
* | Tweaked some of the tests, added in events and fx tests. | John Resig | 2007-07-09 | 4 | -13/+34 | |
| | ||||||
* | Added a className tweak. All core and selector tests now pass. | John Resig | 2007-07-09 | 1 | -1/+4 | |
| | ||||||
* | Added a number of fixes: Tag name case-sensitivity, text escaping, opacity ↵ | John Resig | 2007-07-08 | 2 | -10/+18 | |
| | | | | setting. Tweaked the test suite slightly. |