Clearing event handlers on unload is no longer necessary in any version of IE. This...
[jquery.git] / src /
2010-12-26 Colin SnoverClearing event handlers on unload is no longer necessar...
2010-12-26 Colin SnoverFix whitespace in event.js
2010-12-26 Colin SnoverFix reliableHiddenOffsets test was not working properly...
2010-12-23 Colin SnoverFix fix for #6481 introduced at 7862c45ad2f32096383a21b...
2010-12-23 Colin SnoverDon't use for-in loops on Arrays. Fixes #7817. Thanks...
2010-12-23 Colin SnoverCode style fix
2010-12-22 Colin SnoverMore unit tests and a $.hasData that works for JS objec...
2010-12-22 Colin SnoverUpdate jQuery.hasData to always return a boolean, with...
2010-12-22 Colin SnoverRemove code for ticket #7717 which has been marked...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-21 Dave MethvinUse for loop instead of for/in loop to protect sanctity...
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-16 Colin SnoverAddress some code style issues in the clone fix.
2010-12-14 Colin SnoverMerge branch 'bug_7397' of https://github.com/rwldrn...
2010-12-13 Colin SnoverMore specific version numbers.
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-11 jaubourgRemoved bind/unbind from xhr emulation: success/error...
2010-12-11 jaubourgMore variable renaming to avoid conflicts when module...
2010-12-10 jaubourgRenamed variables to avoid conflicts when Makefile...
2010-12-10 jaubourgFix the closure in ajax.js too.
2010-12-10 jaubourgFixed function closures so that Makefile can do its...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'explain-map-concat' of https://github...
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnReorders condition at L65 for efficiency
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-09 jeresigMerge branch 'attrFollowupFix' of https://github.com...
2010-12-09 jeresigMerge branch 'rfxnum' of https://github.com/lrbabe...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-12-09 louisremiPrecising the unit part of rfxnum regex
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-12-07 Colin SnoverClean up empty lines with whitespace in manipulation.js
2010-12-06 John ResigMerge branch 'bug7524' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug6242' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 't6398' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't4386' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't7578' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't5476' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-06 John ResigMerge branch 't7673' of https://github.com/jitter/jquer...
2010-12-03 Colin SnoverOnly try to get data attributes for a jQuery-wrapped...
2010-12-03 Colin SnoverFix memory leaks in IE caused by the custom abort funct...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-27 adam j. sontagAdd a comment explaining that jQuery.map flattens arrays
2010-11-22 danheberdenFix for #6911 - prevent disabled elements in liveHandler
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
2010-11-19 Anton MSet cache to false as default for script or json reques...
2010-11-19 Anton MImprove performance of get() for negative indices....
2010-11-17 Colin SnoverOptimize for size instead of speed.
2010-11-17 Colin SnoverCoerce s.url to string before calling replace, since...
2010-11-13 Anton MMake sure attr() works on non DOM element nodes. Fixes...
2010-11-10 jeresigBacking out commit 795e880bba1f7f949df58748f7fd92e50296...
2010-11-10 jeresigNeed to also handle the case where 'auto' is being...
2010-11-10 jeresigMaintain returning 0px from width/height for disconnect...
2010-11-10 rwldrnFixes #7397; Adds 4 supporting unit tests.
2010-11-09 Anton MPartially revert commit a64dc0405064d68c7b7cd0f0fc8ea60...
2010-11-09 rwldrnClean #7397; Removed unnec. var declaration
2010-11-09 rwldrnFixes #7397; 4 supporting unit tests
2010-11-09 rwldrnFixes #7413; isEmptyObject() check to see if obj passes...
2010-11-09 Colin SnoverRemove conditional that prevents attr from working...
2010-11-09 John ResigMake sure that if an additional load event is triggered...
2010-11-09 John ResigMerge branch 'bug7422' of https://github.com/csnover...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-11-09 John ResigWe don't do end of line comments, move them above.
2010-11-06 Colin SnoverEnsure that AJAX requests are actually aborted in all...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-03 jeresigLimit the scope of the CSS 'auto' change to just height...
2010-11-03 jeresigOpera doesn't give height/width of display: none elemen...
2010-11-01 jeresigMake sure that accessing computed CSS for elements...
2010-10-28 John ResigFix quotes in comment.
2010-10-27 jeresigCalling .hide().show() on a stylesheet-hidden element...
2010-10-26 Karl SwedbergFor .show() with no arguments, only set display of...
2010-10-26 John ResigTemporarily backing out commit bd474799bf95f4ecdc47a757...
2010-10-26 John ResigMerge branch 'jquery_dev' of github.com/danheberden...
2010-10-26 John ResigBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c...
2010-10-25 danheberdenPrevent IE from firing live/delegate events on disabled...
2010-10-25 John ResigMerge branch 'jquerymaster' of github.com/SlexAxton...
2010-10-25 John ResigMerge branch '6897' of github.com/SlexAxton/jquery...
2010-10-25 dmethvinAllow DELETE requests to have a content body, and prope...
2010-10-25 dmethvinHonor stopImmediatePropagation for live/delegate event...
2010-10-25 John ResigMerge branch 'master' of github.com/rwldrn/jquery
2010-10-25 John ResigMerge branch 'unusedTrue' of github.com/lrbabe/jquery...
2010-10-25 lrbabe.cur() doesn't take any boolean parameter since 1.4.3
2010-10-25 Alex SextonMoved jQuery.props to attributes since it was only...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-10-22 jeresigMake sure that the correct height/width of the elements...
2010-10-22 jeresigFix broken selector code from last commit.
next