aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* jquery core: closes #3241. The 'length' property isn't set to jQuery's protot...Ariel Flesler2008-08-111-3/+0
* jquery core: small size optimizations for val().Ariel Flesler2008-08-101-7/+6
* jquery core: closes #2652. val() supports option elements, also simplified th...Ariel Flesler2008-07-231-1/+4
* jquery core: closes #2968. Simplified isFunction, dropping support for DOM me...Ariel Flesler2008-07-231-2/+3
* jquery core: closes #3179. Fallback browser version for non supported browsers.Ariel Flesler2008-07-231-1/+1
* jquery core: closes #3159. remove() would unbind form.elements instead of a f...Ariel Flesler2008-07-151-1/+1
* jquery core: Closes #3033. Removed support for .. selector on jQuery.find.Ariel Flesler2008-07-091-1/+1
* jquery core: closes #3102, #3051. $.fn.eq() accepts a stringified integer.Ariel Flesler2008-06-301-1/+1
* core: revertd last change, breaks width/height logic in css()Paul Bakaus2008-06-241-1/+1
* core: changed jQuery.css to num (uses curCSS) in the height/width methods wit...Paul Bakaus2008-06-241-1/+1
* jquery core: closes #3053. clean() wasn't parsing 0's. So html( 0 ) was faili...Ariel Flesler2008-06-171-4/+4
* jquery core: closes #3034. Ids with '-' weren't handled by quickExpr.Ariel Flesler2008-06-131-1/+1
* jquery core: adding rowSpan to jQuery.props.Ariel Flesler2008-05-271-1/+2
* jquery core: closes #2930. Normalizing attr() to return undefined, even when ...Ariel Flesler2008-05-241-5/+7
* jquery core: casting numbers received by val() to string.Ariel Flesler2008-05-241-0/+3
* jquery core: saving some bytes and fixing indentation inside jQuery.prop.Ariel Flesler2008-05-231-11/+11
* jquery core: Closes #2709, avoiding a bug on IE 6 when using globalEval and a...Ariel Flesler2008-05-161-1/+3
* jquery core: saving some bytes in $.fn.val by using $.makeArray.Ariel Flesler2008-05-161-3/+1
* jquery core: updating a comment, thanks to Scott for spotting it.Ariel Flesler2008-05-161-1/+1
* jquery core: SHOULD fix #2802. Caching document.defaultView, instead of defau...Ariel Flesler2008-05-151-8/+7
* jquery dimensions & offset: moving the local function 'num' to core, so it ca...Ariel Flesler2008-05-151-0/+5
* jquery core: closes #1480, isFunction is even tougher.Ariel Flesler2008-05-141-1/+1
* jquery core: fixed deep extend of objects. Closes #1562 & #2820.Ariel Flesler2008-05-141-2/+5
* Closes #2510Ariel Flesler2008-05-131-6/+6
* jquery: removing unnecessary trailing and leading spaces & tabs.Ariel Flesler2008-05-131-84/+84
* jquery core: don't let .attr() set style for xml.Ariel Flesler2008-05-131-1/+1
* jquery core: #2548, #2170, #2188, #2099, #1170, #2558, #2521, #2119, #1271, #...Ariel Flesler2008-05-131-61/+63
* jquery core: Applied #1318 to jQuery.grepAriel Flesler2008-05-121-1/+1
* jquery core: declared undefined locally, to speed up references, and allow mu...Ariel Flesler2008-05-111-1/+4
* jquery core: closes #2811, $.fn.add now calls $.unique internally, also it wa...Ariel Flesler2008-05-081-5/+5
* jquery core: closes #2771Ariel Flesler2008-05-081-7/+6
* jquery core: Reverting the changes added at [5480]Ariel Flesler2008-05-071-2/+2
* jquery core: makeArray was parsing forms into array of elements.Ariel Flesler2008-05-061-5/+5
* jquery core: removing needless 'else' and 'new' in $.fn.init.Ariel Flesler2008-05-061-13/+8
* jquery core: enhancements to jquery.map, closes #2803Ariel Flesler2008-05-061-7/+3
* jquery core: small code reduction.Ariel Flesler2008-05-061-3/+3
* jquery core: code reduction at $.each and $.curCSS.Ariel Flesler2008-05-061-19/+21
* core: Fixed #2605: .data() now accepts null as a value.Scott González2008-05-031-3/+3
* core: Fixed #2605: .data() now accepts null as a value.Scott González2008-05-031-1/+1
* core: Fixed #2600: jQuery.extend no longer skips over null properties.Scott González2008-05-021-1/+1
* jquery core: extend() now supports deep + extending jquery itselfAriel Flesler2008-04-301-7/+9
* mainly made the code shorter:Ariel Flesler2008-04-291-25/+21
* jquery core: in $.makeArray, improved array-like detection, Safari reports no...Ariel Flesler2008-04-291-1/+1
* jquery core: fixed makeArray to recognize the window (has length)Ariel Flesler2008-04-251-4/+6
* jquery core: simplified the code using the new jQuery.makeArray from [5314] w...Ariel Flesler2008-04-241-11/+2
* jquery core: Patch from #2619 applied, making makeArray more flexible and fas...Jörn Zaefferer2008-04-241-6/+7
* Small optimization to jQuery.curCSS (thanks Ariel Flesler)Brandon Aaron2008-04-211-7/+10
* $.extend deep now copies children's children, ect...Sean Catchpole2008-04-081-1/+1
* Fixed issue with typeof check - "array" isn't a valid type.John Resig2008-02-171-1/+1
* Landed a fix for bug #2037.John Resig2008-02-061-3/+3