Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | jquery core: closes #3241. The 'length' property isn't set to jQuery's ↵ | Ariel Flesler | 2008-08-11 | 1 | -3/+0 | |
| | | | | prototype anymore. | |||||
* | jquery core: small size optimizations for val(). | Ariel Flesler | 2008-08-10 | 1 | -7/+6 | |
| | ||||||
* | jquery core: closes #2652. val() supports option elements, also simplified ↵ | Ariel Flesler | 2008-07-23 | 1 | -1/+4 | |
| | | | | the code. | |||||
* | jquery core: closes #2968. Simplified isFunction, dropping support for DOM ↵ | Ariel Flesler | 2008-07-23 | 1 | -2/+3 | |
| | | | | methods and functions like alert() on IE. | |||||
* | jquery core: closes #3179. Fallback browser version for non supported browsers. | Ariel Flesler | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | jquery core: closes #3159. remove() would unbind form.elements instead of a ↵ | Ariel Flesler | 2008-07-15 | 1 | -1/+1 | |
| | | | | form. | |||||
* | jquery core: Closes #3033. Removed support for .. selector on jQuery.find. | Ariel Flesler | 2008-07-09 | 1 | -1/+1 | |
| | ||||||
* | jquery core: closes #3102, #3051. $.fn.eq() accepts a stringified integer. | Ariel Flesler | 2008-06-30 | 1 | -1/+1 | |
| | ||||||
* | core: revertd last change, breaks width/height logic in css() | Paul Bakaus | 2008-06-24 | 1 | -1/+1 | |
| | ||||||
* | core: changed jQuery.css to num (uses curCSS) in the height/width methods ↵ | Paul Bakaus | 2008-06-24 | 1 | -1/+1 | |
| | | | | with dramatically increases performance for height/width | |||||
* | jquery core: closes #3053. clean() wasn't parsing 0's. So html( 0 ) was ↵ | Ariel Flesler | 2008-06-17 | 1 | -4/+4 | |
| | | | | failing failing. | |||||
* | jquery core: closes #3034. Ids with '-' weren't handled by quickExpr. | Ariel Flesler | 2008-06-13 | 1 | -1/+1 | |
| | ||||||
* | jquery core: adding rowSpan to jQuery.props. | Ariel Flesler | 2008-05-27 | 1 | -1/+2 | |
| | ||||||
* | jquery core: closes #2930. Normalizing attr() to return undefined, even when ↵ | Ariel Flesler | 2008-05-24 | 1 | -5/+7 | |
| | | | | getting DOM attributes. | |||||
* | jquery core: casting numbers received by val() to string. | Ariel Flesler | 2008-05-24 | 1 | -0/+3 | |
| | ||||||
* | jquery core: saving some bytes and fixing indentation inside jQuery.prop. | Ariel Flesler | 2008-05-23 | 1 | -11/+11 | |
| | ||||||
* | jquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and ↵ | Ariel Flesler | 2008-05-16 | 1 | -1/+3 | |
| | | | | a base node is found. | |||||
* | jquery core: saving some bytes in $.fn.val by using $.makeArray. | Ariel Flesler | 2008-05-16 | 1 | -3/+1 | |
| | ||||||
* | jquery core: updating a comment, thanks to Scott for spotting it. | Ariel Flesler | 2008-05-16 | 1 | -1/+1 | |
| | ||||||
* | jquery core: SHOULD fix #2802. Caching document.defaultView, instead of ↵ | Ariel Flesler | 2008-05-15 | 1 | -8/+7 | |
| | | | | defaultView.getComputedStyle as it fails on Safari 2. | |||||
* | jquery dimensions & offset: moving the local function 'num' to core, so it ↵ | Ariel Flesler | 2008-05-15 | 1 | -0/+5 | |
| | | | | can be safely used by both modules. | |||||
* | jquery core: closes #1480, isFunction is even tougher. | Ariel Flesler | 2008-05-14 | 1 | -1/+1 | |
| | ||||||
* | jquery core: fixed deep extend of objects. Closes #1562 & #2820. | Ariel Flesler | 2008-05-14 | 1 | -2/+5 | |
| | ||||||
* | Closes #2510 | Ariel Flesler | 2008-05-13 | 1 | -6/+6 | |
| | ||||||
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 1 | -84/+84 | |
| | ||||||
* | jquery core: don't let .attr() set style for xml. | Ariel Flesler | 2008-05-13 | 1 | -1/+1 | |
| | ||||||
* | jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, ↵ | Ariel Flesler | 2008-05-13 | 1 | -61/+63 | |
| | | | | | | | | | | | | | | | #2453, #2537. mass refactoring of $.attr (#2548) * Changes - undefined was returned for falsy values. - expando attributes are used when possible. - one $.isXmlDoc instead of 2. - $.attr( style, ... ) goes thru less useless checks. - reduced code size of recurrent accessed variables/checks. - $.props doesn't need redundant sets of key value anymore. - added cellSpacing to $.props (#2521) | |||||
* | jquery core: Applied #1318 to jQuery.grep | Ariel Flesler | 2008-05-12 | 1 | -1/+1 | |
| | ||||||
* | jquery core: declared undefined locally, to speed up references, and allow ↵ | Ariel Flesler | 2008-05-11 | 1 | -1/+4 | |
| | | | | munging all their names. | |||||
* | jquery core: closes #2811, $.fn.add now calls $.unique internally, also it ↵ | Ariel Flesler | 2008-05-08 | 1 | -5/+5 | |
| | | | | was failing for array-like f.e: window. | |||||
* | jquery core: closes #2771 | Ariel Flesler | 2008-05-08 | 1 | -7/+6 | |
| | | | | | | $.inArray now makes a === check because of IE. $.inArray is used in $.fn.index, this is shorter, and breaks the loop when possible. $.fn.index can receive a jquery object, and the first element is used | |||||
* | jquery core: Reverting the changes added at [5480] | Ariel Flesler | 2008-05-07 | 1 | -2/+2 | |
| | ||||||
* | jquery core: makeArray was parsing forms into array of elements. | Ariel Flesler | 2008-05-06 | 1 | -5/+5 | |
| | ||||||
* | jquery core: removing needless 'else' and 'new' in $.fn.init. | Ariel Flesler | 2008-05-06 | 1 | -13/+8 | |
| | ||||||
* | jquery core: enhancements to jquery.map, closes #2803 | Ariel Flesler | 2008-05-06 | 1 | -7/+3 | |
| | ||||||
* | jquery core: small code reduction. | Ariel Flesler | 2008-05-06 | 1 | -3/+3 | |
| | ||||||
* | jquery core: code reduction at $.each and $.curCSS. | Ariel Flesler | 2008-05-06 | 1 | -19/+21 | |
| | ||||||
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -3/+3 | |
| | ||||||
* | core: Fixed #2605: .data() now accepts null as a value. | Scott González | 2008-05-03 | 1 | -1/+1 | |
| | ||||||
* | core: Fixed #2600: jQuery.extend no longer skips over null properties. | Scott González | 2008-05-02 | 1 | -1/+1 | |
| | ||||||
* | jquery core: extend() now supports deep + extending jquery itself | Ariel Flesler | 2008-04-30 | 1 | -7/+9 | |
| | | | | cached some vars and it proved to be faster. | |||||
* | mainly made the code shorter: | Ariel Flesler | 2008-04-29 | 1 | -25/+21 | |
| | | | | | | | | | | | - removed some needless if's - replace multiple "var x" for one, comma separated declaration. - added a local fn called now() for the (new Date)s - fixed the indentation of a block, and a typo in a comment. - used fn instead of prototype where possible - jquery fx: exposed the speeds hash as jQuery.fx.speeds. Also fixed (again) line endings | |||||
* | jquery core: in $.makeArray, improved array-like detection, Safari reports ↵ | Ariel Flesler | 2008-04-29 | 1 | -1/+1 | |
| | | | | nodelists as 'function', so I got back to attribute sniffing. | |||||
* | jquery core: fixed makeArray to recognize the window (has length) | Ariel Flesler | 2008-04-25 | 1 | -4/+6 | |
| | | | | test runner: updated the tests for makeArray | |||||
* | jquery core: simplified the code using the new jQuery.makeArray from [5314] ↵ | Ariel Flesler | 2008-04-24 | 1 | -11/+2 | |
| | | | | where possible. | |||||
* | jquery core: Patch from #2619 applied, making makeArray more flexible and ↵ | Jörn Zaefferer | 2008-04-24 | 1 | -6/+7 | |
| | | | | faster; removed hint to ticket from (previously failing) test | |||||
* | Small optimization to jQuery.curCSS (thanks Ariel Flesler) | Brandon Aaron | 2008-04-21 | 1 | -7/+10 | |
| | ||||||
* | $.extend deep now copies children's children, ect... | Sean Catchpole | 2008-04-08 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue with typeof check - "array" isn't a valid type. | John Resig | 2008-02-17 | 1 | -1/+1 | |
| | ||||||
* | Landed a fix for bug #2037. | John Resig | 2008-02-06 | 1 | -3/+3 | |
| |