Ignore html files living in the main directory (likely being used for testing).
[jquery.git] / src /
2009-12-10 John ResigMake sure that the correct args are passed in to the...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 John ResigRestrict the attr quick setters to only methods that...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-10 John ResigMake sure that the defaultView exists before attempting...
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-10 John ResigWork around a weird computed number issue in WebKit...
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-10 John ResigAdd a try/catch to handle the exception thrown by unloa...
2009-12-09 John ResigClarified the use of jQuery.browser and enforced jQuery...
2009-12-09 John ResigMake sure that we don't try to trigger non-existant...
2009-12-09 John ResigFixed problems with removing live events. Fixes #4894.
2009-12-09 John ResigWe have to access the native event handlers/triggers...
2009-12-09 John ResigMake sure that document ready events, inside a document...
2009-12-09 John ResigMade .clone(true) also copy over element data. Fixes...
2009-12-09 John ResigAdded support for .data(Object), overwriting the existi...
2009-12-09 Yehuda KatzLanding in jQuery.contains, jQuery.fn.contains, and...
2009-12-09 John ResigMake sure that an actual timeout is triggered (and...
2009-12-09 John ResigAdded in jQuery.browser.firefox, deprecated jQuery...
2009-12-09 David PetersenHandle changing form attributes correctly when there...
2009-12-09 Dave MethvinGet browser version rather than rendering engine version.
2009-12-08 John ResigMake sure that events are cloned for wrap, fixes #2977.
2009-12-08 John ResigRemoved uses of arguments.callee from jQuery.
2009-12-08 John ResigMoved .ready() to core.js from event.js.
2009-12-07 John ResigFixed other nodeNode mistake, sigh.
2009-12-07 John ResigThis is why you don't do commits when you're tired...
2009-12-07 John Resigsupport.js needs to come before event.js (also placed...
2009-12-07 John ResigOops, missed a closing } from 7d36ccfa8eb018fcf349e1f74...
2009-12-07 James PadolseyAdded support for per-property easing
2009-12-07 John ResigAdded an extra function check to prevent crashes in...
2009-12-07 John ResigMake sure that expando properties aren't set on embed...
2009-12-07 John ResigBroke out the logic for the bubbling change/submit...
2009-12-07 John ResigMake sure that we're doing proper focus bubble testing...
2009-12-07 John ResigUse the isXML function from Sizzle.
2009-12-07 John ResigUse the getText utility function provided by Sizzle.
2009-12-07 John ResigAdded in support for injecting area elements into map...
2009-12-07 John ResigAdded in support for $.ajax jsonpCallback (allowing...
2009-12-07 John ResigAdding in cross-browser onbeforeunload support. Fixes...
2009-12-06 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-12-06 John ResigRenamed isObjectLiteral to isPlainObject (makes more...
2009-12-06 Dave MethvinFix regexp for $.trim so it doesn't whack embedded...
2009-12-06 Dave MethvinFix for #4011, crash when two text nodes are appended...
2009-12-06 jeresigMake sure that animated show resets the display correct...
2009-12-06 lrbabeFix inverted 'orig' and 'fix' event in mouseenter/mouse...
2009-12-06 Karl Swedbergadded semicolons to end of 2 statements (and fixed...
2009-12-05 jeresigAdding in an extra check, per the comments in 25b0ba9f9...
2009-12-05 jeresigMake sure that the previous element is removed from...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-05 jeresigMinor syntactical changes to :visible and :hidden.
2009-12-05 jeresigMade sure that a null speed doesn't get passed around...
2009-12-05 John ResigMake sure that width or height don't animate to a negat...
2009-12-05 John ResigRetooled the native triggering code, simplifying it.
2009-12-05 John ResigAllow the user to explicitly set a content-type header...
2009-12-05 Yehuda KatzFixes a bug I introduced
2009-12-04 jeresigSwitched to using slice instead of join to get the...
2009-12-04 Ben AlmanLanding Ben Alman's patch to add nextUntil, prevUntil...
2009-12-04 jeresigAdded in the .delay() method for delaying the execution...
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-12-03 jeresigMinor syntax changes to the winnow function.
2009-12-03 jeresigUse now() in support.js instead of getTime.
2009-12-03 jeresigRemoving unnecessary parens from :hidden.
2009-12-03 jeresigLanded the rest of the liveHandler rewrite that takes...
2009-12-03 jeresigRe-worked the closest no-duplicate-selector code again...
2009-12-03 jeresigPrevent duplicate selectors from having to match in...
2009-12-03 jeresigNo need to do the closest match if no selectors are...
2009-12-03 jeresigAdded in the new .closest(Array) method, will be used...
2009-12-02 jeresigExtracted the logic for copying events from one jQuery...
2009-12-02 jeresigFixed logic error in html method - support.leadingWhite...
2009-12-02 jeresigMake sure that a DOM node isn't getting passed through...
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-30 jeresigSwitched from using Git Submodules to just doing a...
2009-11-30 jeresigBringing Sizzle and QUnit up to date.
2009-11-30 jeresigMade .show(null/undefined) and .hide(null/undefined...
2009-11-30 jeresigFixed a problem with animations with a duration of...
2009-11-30 jeresigMerge branch 'master' of github.com:jquery/jquery
2009-11-30 jeresigFixed bug with singleTag matching in core.js.
2009-11-30 Yehuda KatzFixes $.trim for   closes #4980
2009-11-27 Karl Swedbergadded missing semicolons
2009-11-27 Karl Swedbergadded missing radix parameter for parseInt()
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-25 John ResigDisable the X-Requested-With header to avoid preflighti...
2009-11-25 John ResigFixed spacing on the modified Ajax code.
2009-11-25 Mark GibsonFixing endlines.
2009-11-25 Robert KaticRe-adding zeros removed from slice calls in last commit.
2009-11-25 Robert KaticCorrected RegExp to match event namespaces. Fixes ...
2009-11-25 Robert KaticGeneric jQuery.merge and safer jQuery.makeArray(nodeList).
2009-11-17 John ResigAdded support for .text() on text nodes. Fixes #5525.
2009-11-17 Andrea GiammarchiChanged the === undefined ready event check to == null...
2009-11-13 Scott GonzalezAllowing falsy values to be passed as a speed for hide().
2009-11-13 Scott GonzalezAllowing falsy values to be passed as a speed for show().
2009-11-12 Robert KaticMade jQuery.extend(true, ...) to extend recursively...
2009-11-12 Robert KaticMade isObjectLiteral to work correctly with custom...
2009-11-11 lrbabeUse array.indexOf if available (speeds up modern browse...
2009-11-11 John ResigAdded useMap and frameBorder IE support to attr. Fixes...
2009-11-11 John ResigAdded a check to make sure that a load request isn...
2009-11-11 John ResigPass in the XHR object as the third argument to the...
next