| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make sure that calling .width(num) or .height(num) on an empty set returns th... | John Resig | 2009-12-09 | 2 | -4/+13 |
* | Rewrote .merge() (faster and less obtuse now). Fixed #5610. | John Resig | 2009-12-09 | 2 | -15/+16 |
* | Restrict the attr quick setters to only methods that specifically ask for the... | John Resig | 2009-12-09 | 2 | -1/+20 |
* | Fix up whitespace and a couple of glitches. | Yehuda Katz | 2009-12-09 | 5 | -44/+37 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2009-12-09 | 4 | -28/+93 |
|\ |
|
| * | Add function values to addClass, removeClass, toggleClass, text, and removeAttr | Yehuda Katz | 2009-12-09 | 4 | -28/+93 |
* | | Make sure that the defaultView exists before attempting to get at the compute... | John Resig | 2009-12-09 | 1 | -1/+7 |
|/ |
|
* | Made sure that css('width') and height returned string values, not numerical ... | John Resig | 2009-12-09 | 2 | -3/+5 |
* | Work around a weird computed number issue in WebKit. Fixes #5145. | John Resig | 2009-12-09 | 1 | -1/+2 |
* | Switched jQuery() to represent jQuery([]) instead of jQuery(document). | John Resig | 2009-12-09 | 2 | -4/+2 |
* | Add a try/catch to handle the exception thrown by unloaded iframes in IE. Fix... | John Resig | 2009-12-09 | 1 | -1/+4 |
* | Clarified the use of jQuery.browser and enforced jQuery.browser.firefox match... | John Resig | 2009-12-09 | 1 | -4/+3 |
* | Make sure that we don't try to trigger non-existant native events on applets,... | John Resig | 2009-12-09 | 1 | -2/+4 |
* | Fixed problems with removing live events. Fixes #4894. | John Resig | 2009-12-09 | 2 | -4/+39 |
* | We have to access the native event handlers/triggers directly, otherwise they... | John Resig | 2009-12-09 | 1 | -2/+2 |
* | Make sure that document ready events, inside a document ready, are added to t... | John Resig | 2009-12-09 | 1 | -1/+1 |
* | Made .clone(true) also copy over element data. Fixes #4191. | John Resig | 2009-12-09 | 2 | -8/+7 |
* | Added support for .data(Object), overwriting the existing data object. Fixes ... | John Resig | 2009-12-09 | 2 | -5/+27 |
* | Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi... | Yehuda Katz | 2009-12-09 | 3 | -1/+53 |
* | Make sure that an actual timeout is triggered (and not accidentally triggered... | John Resig | 2009-12-09 | 1 | -1/+1 |
* | Added in jQuery.browser.firefox, deprecated jQuery.browser.mozilla. | John Resig | 2009-12-08 | 1 | -2/+5 |
* | Handle changing form attributes correctly when there is a child element with ... | David Petersen | 2009-12-09 | 2 | -2/+9 |
* | Get browser version rather than rendering engine version. | Dave Methvin | 2009-12-09 | 1 | -2/+2 |
* | Further cleanups on ant build | jzaefferer | 2009-12-08 | 1 | -39/+26 |
* | Merge branch 'master' of github.com:jquery/jquery | unknown | 2009-12-08 | 2 | -2/+16 |
|\ |
|
| * | Make sure that events are cloned for wrap, fixes #2977. | John Resig | 2009-12-08 | 2 | -2/+16 |
* | | Fixed ant build by cloning or pulling qunit and sizzle submodules, similar to... | unknown | 2009-12-08 | 1 | -1/+32 |
* | | Further cleanup on ant build: Revision is gone | unknown | 2009-12-08 | 1 | -1/+0 |
* | | Further cleanup on ant build | unknown | 2009-12-08 | 1 | -2/+1 |
* | | Further cleanup on ant build | unknown | 2009-12-08 | 1 | -4/+0 |
* | | Cleaning up build.xml in prepartion to get it running again | unknown | 2009-12-08 | 1 | -28/+0 |
|/ |
|
* | Fixed extra p in Rakefile. | John Resig | 2009-12-07 | 1 | -1/+1 |
* | Removed uses of arguments.callee from jQuery. | John Resig | 2009-12-07 | 2 | -9/+11 |
* | Moved .ready() to core.js from event.js. | John Resig | 2009-12-07 | 3 | -118/+124 |
* | Check Sizzle or jQuery. | John Resig | 2009-12-07 | 1 | -1/+1 |
* | Only run the visibility selectors if the filter exists. | John Resig | 2009-12-07 | 1 | -0/+2 |
* | Fixed other nodeNode mistake, sigh. | John Resig | 2009-12-07 | 1 | -1/+1 |
* | This is why you don't do commits when you're tired. Fixing bugs from 59802928... | John Resig | 2009-12-07 | 1 | -2/+2 |
* | support.js needs to come before event.js (also placed in a temporary setTimeo... | John Resig | 2009-12-07 | 4 | -3/+6 |
* | Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74e3a0a614385558f. | John Resig | 2009-12-07 | 1 | -0/+2 |
* | Added support for per-property easing | James Padolsey | 2009-12-07 | 2 | -1/+42 |
* | Added an extra function check to prevent crashes in Safari 2. Fixes #3039. | John Resig | 2009-12-06 | 1 | -1/+3 |
* | Make sure that expando properties aren't set on embed, applet, or object elem... | John Resig | 2009-12-06 | 2 | -1/+17 |
* | Broke out the logic for the bubbling change/submit events so that they aren't... | John Resig | 2009-12-06 | 1 | -12/+11 |
* | 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 |