Pull data-* attributes into .data(). Original code by Andrée Hasson and Paul Irish...
[jquery.git] / src /
2010-09-20 John ResigPull data-* attributes into .data(). Original code...
2010-09-20 John ResigAllow plugins to delay the exeuction of the ready event...
2010-09-20 jeresigRemoving extra arg.
2010-09-20 jeresigNo need to set returnValue if preventDefault exists...
2010-09-17 John ResigDerp, had parseInt on the brain. Thanks karbassi in...
2010-09-17 John ResigFix trailing arg.
2010-09-17 John ResigSimplifying the camelCase logic used in the CSS and...
2010-09-17 John ResigCleaning up some un-needed CSS code and adding back...
2010-09-17 John ResigMerge branch 'csshooks'
2010-09-17 John ResigjQuery.css() returns a string value - handle this prope...
2010-09-17 John ResigMake sure that empty height/width values are still...
2010-09-17 John ResigBringing in the rdashAlpha/fcamelCase private var tweak...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-14 jeresigWrap the core return in parens to fix a confused JSLint.
2010-09-13 John ResigAdd a flag to verify if a browser supports some form...
2010-09-13 John ResigMaking some more adjustments to handle auto CSS properties.
2010-09-09 jeresigOnly set height/width if it's a non-negative number...
2010-09-09 jeresigMake sure that height/width methods return numbers...
2010-09-09 jeresigAnother logic bug caught by furf in ad950c8c5992937640a...
2010-09-09 jeresigMake sure that the CSS hook getter isn't called if...
2010-09-09 jeresigAdding in a couple private variables to effects.js...
2010-09-09 jeresigMake sure that string values are returned from the...
2010-09-09 jeresigMerge branch 'master' into csshooks
2010-09-09 jeresigLanding a bunch of bug fixes from furf's pull request...
2010-09-09 jeresigRemoving extraneous argument.
2010-09-09 jeresigMake sure that jQuery is being exposed outside of core...
2010-09-08 jeresigMake sure that the removeEvent and buildFragment privat...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-05 John ResigBroke more of the property-specific CSS logic out of...
2010-09-05 John ResigFirst pass at unifying the various CSS methods in jQuer...
2010-09-05 John ResigBroke apart some of the browser-specific logic for...
2010-09-05 John ResigSome more minor formatting tweaks.
2010-09-05 John ResigTweaking the formatting from the previous commit.
2010-09-03 Brandon AaronFirst look at css hooks. These hooks provide a way...
2010-08-27 John ResigSwitched to use 'in' for the setInterval/window check...
2010-08-27 John ResigBlackberry 4.6 is capable of finding elements that...
2010-08-27 John ResigUse the native isArray whenever possible. See perf...
2010-08-27 John ResigSimplify the logic in $.type, thanks to jdalton for...
2010-08-27 John ResigAdded some tweaks to $.type to handle null and undefine...
2010-08-26 John ResigOnly attempt to use the IE technique for setting opacit...
2010-08-25 John ResigAdding in a jQuery.type(obj) method (a simple map to...
2010-08-25 John ResigTweaked logic for working around Blackberry 4.7 makeArr...
2010-08-24 John ResigMake sure that missing attributes return undefined...
2010-08-23 John Resig.val() on empty options returns the text value rather...
2010-08-23 John ResigFixing getting/setting classes and makeArray(RegExp...
2010-07-27 John ResigMake sure that .data() events don't bubble, per the...
2010-07-23 Dave ReedFix for issues discussed in 9faab0b74fd316c2161612236d9...
2010-07-22 InfinitiesLoopTicket 6808. Updated per code review comments by jeresig
2010-07-22 InfinitiesLoopTicket #6808. Changes data() so on plain objects, it...
2010-07-20 InfinitiesLoopTicket #6804. Adds a changeData event.
2010-06-20 John ResigExpose jQuery.uuid (use with caution) and make sure...
2010-06-20 jeresigRemoved extra semicolon leftover from recent tweaking.
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-06-15 jeresigFixing request data param issue. Thanks to mislav for...
2010-06-15 jeresigTweak spacing from last commit.
2010-06-15 malsupFix for http://dev.jquery.com/ticket/6451
2010-04-24 John ResigExpose jQuery.uuid (use with caution) and make sure...
2010-03-31 jeresigRemoved extra semicolon leftover from recent tweaking.
2010-03-24 Brandon AaronMerge branch 'master' of github.com:jquery/jquery
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 Brandon AaronFixed an issue with setting offset of absolutely positi...
2010-03-23 Brandon AaronFix setting only one property at a time in .offset({})
2010-03-11 jeresigSwitch to using String.prototype.trim from String.trim...
2010-03-09 jeresigMake sure that special remove and teardown events get...
2010-03-09 jeresigLanding a faster trim method. Based upon the work by...
2010-03-05 jeresigNo need to use .call() anymore since we switched from...
2010-03-05 jeresigAttempted to fix #6227, not entirely sure if it's a...
2010-03-02 jeresigAdded in Ben Alman's proposed event.namespace property...
2010-03-02 jeresigMake sure that we don't try to remove data from an...
2010-03-02 jeresigMoving more properties onto jQuery.ajax, also copy...
2010-03-02 jeresigRemove the need for the return in sizzle-jquery and...
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...
next