| Commit message (Expand) | Author | Age | Files | Lines |
* | The constructor check for isPlainObject was redundant, everything still passe... | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Added additional checks for DOM nodes and window to isPlainObject, IE 8 was s... | jeresig | 2009-12-18 | 1 | -1/+2 |
* | Disabled the passthrough .attr(method_name) functionality. You can now use it... | jeresig | 2009-12-18 | 2 | -6/+12 |
* | Made isPlainObject() supporting null, undefined, and window values on IE too.... | Robert Katic | 2009-12-19 | 1 | -4/+6 |
* | Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70fa688201, it was ... | jeresig | 2009-12-18 | 1 | -8/+1 |
* | Brought the attributes module more inline with the jQuery style guidelines. | jeresig | 2009-12-18 | 1 | -35/+58 |
* | Bringing the effects module closer to being inline with the style guideline. | jeresig | 2009-12-18 | 1 | -64/+88 |
* | Renamed the 'fx' module to 'effects'. Should've been done a long time ago. | jeresig | 2009-12-18 | 1 | -0/+0 |
* | Removed jQuery.fn.contains - didn't match the :contains() selector and confus... | jeresig | 2009-12-18 | 1 | -4/+0 |
* | Ignore case of script tags to make sure they're removed. Fixes #5668. Thanks ... | Dave Methvin | 2009-12-18 | 1 | -1/+1 |
* | Add new html5 input types to list of serializable types. Older browers handle... | Dave Methvin | 2009-12-18 | 1 | -1/+1 |
* | Removed 'abbr' from self-closing tags list. Fixes #5167. | jeresig | 2009-12-17 | 1 | -1/+1 |
* | Default callbackContext to the $.extended ajax options for 1.3.2 compatibilit... | Dave Methvin | 2009-12-18 | 1 | -1/+1 |
* | Reorganized param code slightly to once again define buildParams as a named f... | Ben Alman | 2009-12-18 | 1 | -35/+34 |
* | Further modified jQuery 1.4 .param() method to serialize arrays containing no... | Ben Alman | 2009-12-18 | 1 | -30/+39 |
* | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were i... | jeresig | 2009-12-17 | 2 | -8/+3 |
* | Make sure that the node exists before attempting to clone. | jeresig | 2009-12-17 | 1 | -1/+1 |
* | Stick with just getter/setters in attrFn. | jeresig | 2009-12-17 | 1 | -5/+1 |
* | Moved readyList check. | jeresig | 2009-12-16 | 1 | -2/+2 |
* | Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3679eb1b902. | jeresig | 2009-12-16 | 1 | -1/+1 |
* | Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a362... | jeresig | 2009-12-16 | 2 | -31/+57 |
* | No need to use jQuery's event system for binding the onunload event in IE. | jeresig | 2009-12-16 | 1 | -3/+2 |
* | Enforce that hasClass and removeClass work even with tabs and endlines in cla... | Batiste Bieler | 2009-12-14 | 1 | -2/+4 |
* | Disable getting values using the .attr() function shortcut until the full imp... | jeresig | 2009-12-14 | 1 | -1/+1 |
* | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f. | John Resig | 2009-12-11 | 2 | -3/+3 |
* | Make sure that dynamically-created elements don't have a parent. Fixes #5638. | John Resig | 2009-12-10 | 1 | -2/+7 |
* | combined jQuery.bind() and jQuery.one() to make them more DRY | Karl Swedberg | 2009-12-10 | 1 | -32/+12 |
* | Missed the case of bind in the new attr multi-setter. | John Resig | 2009-12-10 | 1 | -1/+2 |
* | Moved some methods around inbetween core.js and traversing.js. Core methods s... | John Resig | 2009-12-10 | 2 | -48/+48 |
* | Made some minor formatting changes to the access function. | John Resig | 2009-12-10 | 1 | -10/+9 |
* | Made the licensing verbiage a little more explicit. Thanks to Dan Montgomery ... | John Resig | 2009-12-09 | 1 | -1/+1 |
* | Make sure that the correct args are passed in to the filter callback (and by ... | John Resig | 2009-12-09 | 1 | -1/+1 |
* | Make sure that calling .width(num) or .height(num) on an empty set returns th... | John Resig | 2009-12-09 | 1 | -1/+4 |
* | Rewrote .merge() (faster and less obtuse now). Fixed #5610. | John Resig | 2009-12-09 | 1 | -14/+11 |
* | 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 | 3 | -28/+21 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2009-12-09 | 2 | -6/+35 |
|\ |
|
| * | Add function values to addClass, removeClass, toggleClass, text, and removeAttr | Yehuda Katz | 2009-12-09 | 2 | -6/+35 |
* | | 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 | 1 | -2/+2 |
* | 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 | 1 | -3/+1 |
* | 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 | 1 | -3/+1 |
* | 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 | 1 | -7/+1 |
* | Added support for .data(Object), overwriting the existing data object. Fixes ... | John Resig | 2009-12-09 | 1 | -4/+12 |