aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* Hid an issue where Safari through an exception when a colgroup was created in...John Resig2009-01-031-1/+4
* Fixed an issue with .not("#foo, bar") not working correctly, closes #3757.John Resig2008-12-311-1/+1
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-301-96/+2
* jquery core: Removed an orphaned line. Thanks mose.Ariel Flesler2008-12-271-2/+0
* jquery core: Fixed a global var leak introduced by me on a recent commit.Ariel Flesler2008-12-261-7/+7
* jquery core: Closes #3737. Fixed a possible null dereference.Ariel Flesler2008-12-251-5/+7
* jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen...Ariel Flesler2008-12-251-2/+4
* jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end...Ariel Flesler2008-12-251-2/+6
* jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found.Ariel Flesler2008-12-251-2/+2
* jquery core: Closes #3666. Removed old code.Ariel Flesler2008-12-251-1/+1
* Added support for the new .closest() method (very useful for event delegation).John Resig2008-12-221-0/+11
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-117/+24
* Fixed an issue with domManip where the incorrect document was being used to c...John Resig2008-12-211-1/+1
* Landing the new Sizzle selector engine. There'll need to be some later tweaks...John Resig2008-12-201-2/+4
* Fixed an issue with domManip where the incorrect clone fragments were being u...John Resig2008-12-191-2/+3
* Fixed an issue with how .data() was expecting output (trigger now returns exa...John Resig2008-12-191-1/+1
* Switched to using DOM Fragments in domManip.John Resig2008-12-191-48/+51
* Added selector path logging (creates a trail that plugins can use).John Resig2008-12-191-7/+22
* Removing remaining strict-mode warnings.John Resig2008-12-191-3/+3
* testrunner: adding tests for $.fn.hasClass.Ariel Flesler2008-12-161-1/+1
* IE doesn't care for boolean checks of .createElement - reverted back to using...John Resig2008-11-291-1/+1
* Standardized the type checks across core. isFunction and isArray now use Obje...John Resig2008-11-171-35/+33
* core: height() method wasn't working reliably in Opera - rather than returnin...Paul Bakaus2008-11-071-1/+1
* jquery core: closes #3541. Added isArray.Ariel Flesler2008-10-291-1/+5
* jquery core: forgot to remove a deprecated warning.Ariel Flesler2008-10-291-2/+0
* jquery core: improves #3248. Functions are supported by isFunction.Ariel Flesler2008-10-291-1/+1
* jquery core: closes #3485. Fixing a memory leak on IE.Ariel Flesler2008-10-181-2/+6
* jquery core: fix for [5828]. Put 'function' instead of 'string'.Ariel Flesler2008-08-141-1/+1
* jquery core: closes #3154. makeArray uses typeof instead of attribute sniffin...Ariel Flesler2008-08-131-1/+1
* jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra...Ariel Flesler2008-08-121-2/+4
* 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