Added in integrated JSLint checking against the jQuery source. Just run 'make lint...
[jquery.git] / src /
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-02 jeresigWe don't want to increment the Ajax counter if there...
2010-03-01 jeresigLand some additional tweaks related to running through...
2010-03-01 jeresigFixed some cases where expression, expression was used...
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-02-28 brandonaaronUse correct window reference in offset to work properly...
2010-02-27 jeresigNo reason to double-bind the beforeunload event. Fixes...
2010-02-27 jeresigAttach data directly to plain objects, no reason to...
2010-02-27 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-02-27 jeresigAdding in .bind(name, false), .unbind(name, false)...
2010-02-27 brandonaaronMake sure events exist before trying to access them...
2010-02-27 jeresigMake it so that you can pass in event data to .click...
2010-02-26 jeresigMake sure that undefined is always returned for undefin...
2010-02-26 jeresigMake sure that unbinding on a plain javascript object...
2010-02-26 jeresigMake sure that the correct type is set for live mouseen...
2010-02-26 jeresigMake sure that live events bubble unless explicitly...
2010-02-13 jeresigNo need to run trim on every class iteration in addClas...
2010-02-13 jeresigFound a better detect for deleting an expando, added...
2010-02-13 jeresigClean up expando removal code - only try to delete...
2010-02-13 jeresigMake sure that elements that have been removed also...
2010-02-13 jeresigMake sure that mousing over XUL elements results in...
2010-02-13 jeresigMake sure that live focus and blur events also bind...
2010-02-13 jeresigWhen binding a change directly to a file input just...
2010-02-13 jeresigDon't inject style elements using innerHTML as they...
2010-02-13 jeresigMake sure that we don't try to use a detached node...
2010-02-13 jeresigMake sure the fragment isn't used if it's not the same...
2010-02-13 jeresigRename internal .getText to maintain parity between...
2010-02-13 jeresigIf .attr() is run on no elements undefined should be...
2010-02-13 jeresigMake sure that no extra whitespace is leftover after...
2010-02-13 jeresigMake sure leading whitespace is trimmed for parseJSON...
2010-02-13 jeresigMake sure that fragments containing options aren't...
2010-02-13 jeresigRemove the need for the internal setArray method, it...
2010-02-13 jeresigMake sure that there are some live events before contin...
2010-02-11 jeresigMake sure that live mouseenter/mouseleave work properly...
2010-02-11 John ResigMake sure that the teardown is called after all the...
2010-02-11 John ResigNo reason to expose the temporary _load method.
2010-02-10 jeresigSimplify the special change/submit event removal logic...
2010-02-09 jeresigUpdated formatting for the change/submit special event...
2010-02-08 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-02-08 jeresigFix in logic for handling exclusive namespace testing...
2010-02-06 Ben AlmanOk, this should actually fix #6041 :)
2010-02-06 tomvinerspelling mistake (insead)
2010-02-06 jeresigMake sure that &#...; entities are encoded properly...
2010-02-06 jeresigMake sure that we don't try to double-encode params...
2010-02-05 jeresigUpdate special events to work with the internal event...
2010-02-05 jeresigRewrote the live event handling to use the new event...
2010-02-04 jeresigA large refactor of the event handling logic. Data...
2010-02-02 jeresigRemoved extraneous nodeName check from f95147f465932cb9...
2010-02-02 Noah SloanOnly detach the incoming elements to replaceWith if...
2010-02-02 jeresigMake sure the resulting className from removeClass...
2010-02-02 jeresigFix for problem in IE 8 where deserialized (then reseri...
2010-02-01 jeresigSame problem happens with plain embed elements as well...
2010-02-01 jeresigMake sure that injection of object elements continues...
2010-02-01 jeresigAdd .delegate() and .undelegate(). An alternative to...
2010-01-29 jeresigThe context for 'body' should still be document, in...
2010-01-29 jeresigMake sure fragment caching is only happening on nodes...
2010-01-28 jeresigSkip around inserting a fragment when possible (insert...
2010-01-28 jeresigLanding some minor perf optimization to jQuery().
2010-01-28 jeresigOptimize for the case where a fragment-bound element...
2010-01-28 jeresigFurther optimize the empty/remove/cleanData logic.
2010-01-28 jeresigProvide a way to simulate default browser actions....
2010-01-28 jeresigMake sure namespaces is always an array, when passed...
2010-01-28 jeresigMake sure that jQuery.data( elem ) always returns a...
2010-01-27 jeresigNo reason to limit the initial change data store to...
2010-01-26 jeresigMake sure that the correct context is being passed...
2010-01-26 jeresigMake work wrapInner(fn) work consistently. Fixes #5799.
2010-01-25 Robert KaticFiltering elements only. Fixed #5920
2010-01-25 Mike AlupProvided detailed message for JSON parse errors. Fixes...
2010-01-25 Michael MonteleoneMake sure that checked state is cloned properly. Based...
2010-01-25 jeresigMake sure that special.add actually copies over event...
2010-01-25 jeresigMake sure multiple bound events have their namespaces...
2010-01-25 jeresigMake sure that it's possible to preventDefault natively...
2010-01-25 jeresigUpdate the license URL in the header.
2010-01-25 John ResigMake sure original context is maintained and not the...
2010-01-25 John ResigObjects with length properties weren't getting serializ...
2010-01-25 John ResigUse alternative technique for triggering an abort,...
2010-01-25 John ResigDon't set the context in .load() as it stops the global...
2010-01-25 John ResigMake sure that XHTML-style HTML is purified in .html...
2010-01-24 jeresigExpose cleanData, make sure that all bound event handle...
2010-01-24 jeresigAdded in .height(fn) and .width(fn) support. Fixes...
2010-01-23 jeresigMake empty strings (and other non-string values) simply...
2010-01-23 jeresigExpose the JSON parsing logic. Fixes #5914.
2010-01-23 jeresigCentralize the logic for throwing exceptions. Fixes...
2010-01-23 jeresigMake sure that .die() with no args works. Fixes #5789.
2010-01-23 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-01-23 Matt CurrySelect (with a selected) fired change on first focus...
2010-01-23 Karl Swedbergfixed offset(coordinates) returns null when no matching...
2010-01-23 Karl SwedbergMade .show() and .hide() use .animate() only if speed...
2010-01-23 Ben Almanfixed jQuery.dir regression introduced with 1.4 *untils...
2010-01-23 Ben AlmanSimplification of uaMatch, based upon the patch by...
2010-01-23 Irae BrasilAdded support for multiple live event handlers, live...
2010-01-23 Irae BrasilMake sure that live handlers don't stop inline scripts...
2010-01-23 Irae BrasilMake sure non-left-click events don't bubble. Fixes...
2010-01-18 jeresigAdding in the change recommended by Alexander Farkas...
2010-01-18 jeresigFix missing var declaration for the length iterator.
2010-01-16 John ResigMake sure regular settings object is set as context...
2010-01-15 John ResigRemoved some dead code from buildFragment. Thanks to...
2010-01-15 John ResigExpose the proxy object on the object, for the benefit...
2010-01-15 John ResigThe inArray declaration was accidentally duplicated.
2010-01-14 John ResigRemoved extraneous thisObject references. Thanks to...
next