| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that we're doing proper focus bubble testing. Also simplified the l... | John Resig | 2009-12-06 | 2 | -24/+15 |
* | Use the isXML function from Sizzle. | John Resig | 2009-12-06 | 2 | -8/+1 |
* | Use the getText utility function provided by Sizzle. | John Resig | 2009-12-06 | 2 | -14/+2 |
* | Added in support for injecting area elements into map elements. Fixes #4484. | John Resig | 2009-12-06 | 2 | -1/+6 |
* | Added in support for $.ajax jsonpCallback (allowing you to specify the name o... | John Resig | 2009-12-06 | 2 | -4/+34 |
* | Adding in cross-browser onbeforeunload support. Fixes #4106. | John Resig | 2009-12-06 | 1 | -0/+17 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2009-12-06 | 3 | -4/+7 |
|\ |
|
| * | Fix regexp for $.trim so it doesn't whack embedded spaces. | Dave Methvin | 2009-12-06 | 1 | -1/+1 |
| * | Fix for #4011, crash when two text nodes are appended in IE. | Dave Methvin | 2009-12-06 | 2 | -3/+6 |
* | | Split the queue code out from data.js into a dedicated queue.js file (also sp... | John Resig | 2009-12-06 | 8 | -242/+230 |
* | | Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio... | John Resig | 2009-12-06 | 2 | -11/+11 |
|/ |
|
* | Make sure that animated show resets the display correctly. Fixes #5130. | jeresig | 2009-12-05 | 2 | -1/+40 |
* | Fix inverted 'orig' and 'fix' event in mouseenter/mouseleave special events. | lrbabe | 2009-12-06 | 1 | -5/+5 |
* | added semicolons to end of 2 statements (and fixed a misspelled word in comment) | Karl Swedberg | 2009-12-06 | 1 | -2/+2 |
* | Adding in an extra check, per the comments in 25b0ba9f9612583033b902a0e403454... | jeresig | 2009-12-05 | 1 | -1/+1 |
* | Make sure that the previous element is removed from the page before the next ... | jeresig | 2009-12-05 | 2 | -2/+19 |
* | Made sure that css() in IE handles negative non-px values correctly. Fixes #3... | jeresig | 2009-12-05 | 2 | -3/+6 |
* | Minor syntactical changes to :visible and :hidden. | jeresig | 2009-12-05 | 1 | -8/+8 |
* | Made sure that a null speed doesn't get passed around. Patch from daltonlp. F... | jeresig | 2009-12-05 | 1 | -1/+1 |
* | Make sure that width or height don't animate to a negative value. Fixes #3881. | John Resig | 2009-12-05 | 2 | -1/+10 |
* | Retooled the native triggering code, simplifying it. | John Resig | 2009-12-04 | 1 | -5/+7 |
* | Allow the user to explicitly set a content-type header even when there's no d... | John Resig | 2009-12-04 | 1 | -5/+3 |
* | Fixes a bug I introduced | Yehuda Katz | 2009-12-04 | 1 | -1/+1 |
* | Added a test for bug 1095 for animations (animations don't clear check boxes) | Yehuda Katz | 2009-12-04 | 1 | -0/+15 |
* | Updating the source version to 1.4a2pre. | jeresig | 2009-12-04 | 1 | -1/+1 |
* | Tagging the 1.4a1 release.1.4a1 | jeresig | 2009-12-04 | 1 | -1/+1 |
* | Switched to using slice instead of join to get the correct results. | jeresig | 2009-12-04 | 1 | -4/+3 |
* | Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also... | Ben Alman | 2009-12-04 | 3 | -11/+98 |
* | Added in the .delay() method for delaying the execution of queued functions a... | jeresig | 2009-12-04 | 2 | -0/+30 |
* | Adding in support for bubbling submit and change events, thanks to the patch ... | Justin Meyer | 2009-12-04 | 4 | -58/+409 |
* | Minor syntax changes to the winnow function. | jeresig | 2009-12-03 | 1 | -5/+10 |
* | Use now() in support.js instead of getTime. | jeresig | 2009-12-03 | 1 | -1/+1 |
* | Tweaked a CSS test to handle differences in font-size % support in browsers. | jeresig | 2009-12-03 | 1 | -1/+8 |
* | Removed broken hidden/visible test. | jeresig | 2009-12-03 | 1 | -7/+4 |
* | Removing unnecessary parens from :hidden. | jeresig | 2009-12-03 | 1 | -3/+4 |
* | Re-arranged many of the selector tests, breaking them into smaller test group... | jeresig | 2009-12-03 | 1 | -80/+86 |
* | Just restore window.JSON in the getJSON test, don't try to delete the value. | jeresig | 2009-12-03 | 1 | -6/+3 |
* | Landed the rest of the liveHandler rewrite that takes advantage of the new cl... | jeresig | 2009-12-03 | 1 | -8/+3 |
* | Re-worked the closest no-duplicate-selector code again to be more efficient. | jeresig | 2009-12-03 | 1 | -15/+12 |
* | Prevent duplicate selectors from having to match in closest. | jeresig | 2009-12-03 | 1 | -4/+11 |
* | No need to do the closest match if no selectors are passed in. | jeresig | 2009-12-03 | 2 | -17/+34 |
* | Added in the new .closest(Array) method, will be used to improve the performa... | jeresig | 2009-12-02 | 2 | -9/+42 |
* | Extracted the logic for copying events from one jQuery set to another, makes ... | jeresig | 2009-12-02 | 1 | -15/+20 |
* | Fixed logic error in html method - support.leadingWhitespace shouldn't have b... | jeresig | 2009-12-02 | 1 | -1/+1 |
* | Removed debug statements from manipulation tests, was causing errors in IE. | jeresig | 2009-12-02 | 1 | -4/+0 |
* | Make sure that a DOM node isn't getting passed through (as is the case in IE,... | jeresig | 2009-12-02 | 1 | -1/+1 |
* | Added some isObjectLiteral tests. | jeresig | 2009-12-02 | 1 | -0/+45 |
* | Adding a test that a new option can be selected with val(N) | Yehuda Katz | 2009-12-01 | 1 | -1/+5 |
* | Fix css("opacity") to not clobber other filters in IE. Closes #4707. | Yehuda Katz | 2009-12-01 | 2 | -8/+20 |
* | Updated the Rakefile to use the correct init code. | jeresig | 2009-11-30 | 1 | -1/+8 |