Optimize for size instead of speed.
[jquery.git] / src /
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-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 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.
2010-10-22 jeresigMake sure that +, >, ~ leading, rooted, selectors go...
2010-10-22 jeresigMake sure that height/width getters work on hidden...
2010-10-22 jeresigMake sure that the ready event doesn't double-fire...
2010-10-22 jeresigOnly need to declare the data once.
2010-10-21 Alex SextonForces lower case comparison of protocol and host when...
2010-10-17 Paul IrishfadeToggle(). as suggested by Karl Swedberg in his...
2010-10-17 John ResigMake sure that .data() (no args) returns a list of...
2010-10-17 John ResigVar wasn't being explicitly declared. Fixes #7226.
2010-10-17 John ResigWe removed deleteExpando after 1.4.2, for some reason...
2010-10-15 John ResigBringing back the change from 80a4178af9b12e6617bfcec81...
2010-10-15 jeresigReverting commit 39addc87a37b32be19f2c58ec8babe752c0243...
2010-10-14 John ResigMake sure that we don't attempt to handle scrolling...
2010-10-14 jeresigOops, still have jQuery.ajax.* on the brain.
2010-10-13 Justin Meyerbeforedeactivate will fire before focusout - use that...
2010-10-13 Justin MeyerMake sure that focusin/focusout bubbles in non-IE browsers.
2010-10-13 PinhookHandle issue with two concurrent JSONP requests that...
2010-10-13 John ResigMerge branch 'bug7150' of github.com/csnover/jquery
2010-10-13 John ResigFix some gaps in the handling of event data properties...
2010-10-12 Colin SnoverFix patch for #7150, which was not deleting the events...
2010-10-12 John ResigForgot to remove the child selector in the previous...
2010-10-12 John ResigThe child selector-prefix branch doesn't work with...
2010-10-12 John ResigMake sure that .find() with multiple direct child selec...
2010-10-12 Colin SnoverUse a key name less likely to result in collisions...
2010-10-11 John ResigThe world isn't ready for moving the Ajax methods to...
2010-10-11 John ResigHandle some edge cases with binding events to the windo...
2010-10-11 John ResigMerge branch 'animateHooks' of github.com/lrbabe/jquery...
2010-10-11 John ResigMerge branch 'bug7141' of github.com/csnover/jquery...
2010-10-11 Colin SnoverFix olddisplay was inappropriately set when calling...
2010-10-11 Scott GonzálezFixed getting styles from disconnected nodes. Fixes...
2010-10-11 lrbabeMake $.fn.animate compatible with jQuery.cssHooks
2010-10-11 John ResigMake sure closest works on disconnected DOM nodes....
2010-10-10 jeresigReturn the zeroed-out bounding box instead of passing...
2010-10-10 jeresigMake sure that the unload event doesn't leak in IE...
2010-10-10 jeresigTweaking some formatting of the closest changes.
2010-10-10 jeresigSwitch back to using Sizzle.matchesSelector.
2010-10-10 jeresigUse the new Sizzle matches functionality.
2010-10-10 jeresigFix formatting and switch to using the new matchesSelec...
2010-10-10 wycatsShould improve performance of closest considerably...
2010-10-09 jeresigChange event did not fire in IE when an explicit .focus...
2010-10-09 jeresigFix the case where live change was breaking if a live...
2010-10-09 John ResigMerge branch 'master' of github.com/petersendidit/jquer...
2010-10-09 John ResigMerge branch 'bug7123' of github.com/csnover/jquery...
2010-10-09 John ResigMerge branch 'bug7018' of github.com/csnover/jquery...
2010-10-09 John ResigMerge branch 'animate-nonblock' of github.com/csnover...
2010-10-09 jeresigName the try/catch arg to satisfy JSLint - thanks to...
2010-10-09 jeresigMake sure null/NaN values aren't set in .css(). Fixes...
2010-10-09 Colin SnoverPrevent IE from throwing errors when setting RGBA value...
2010-10-09 Colin SnoverCoerce all array values to strings before comparison...
2010-10-09 Colin SnoverFixed code convention issues. Reduced size of overflow...
2010-10-08 David PetersenMerge branch 'master' of git://github.com/jquery/jquery
2010-10-06 Colin SnoverFix bug #7018.
2010-10-05 Colin SnoverUpdate $.fn.animate to only keep overflow set to hidden...
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverTiny cleanup to remove some superfluous code that was...
2010-10-05 Colin SnoverUpdate $.fn.animate to restore overflow-x and overflow...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-10-05 rwldrnFixes acceptData defining in the global scope.
2010-09-30 Colin SnoverMake sure setting opacity does not clobber other inline...
2010-09-30 David PetersenSet event.LiveFired to undefined in specialSubmit handl...
2010-09-29 Dave ReedUsing data() on JavaScript objects sets fields directly...
2010-09-29 John ResigAdjust fallback top/left to just be 0 for disconnected...
2010-09-29 John ResigFix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09...
2010-09-28 John ResigHandle child selectors in particular - away from the...
2010-09-28 John ResigMake sure we have a fallback when XMLHttpRequest is...
next