jquery.git
2010-09-17 John ResigAdded in some .css() setter perf tests as well.
2010-09-17 John ResigDerp, had parseInt on the brain. Thanks karbassi in...
2010-09-17 John ResigAdding a simple file for doing .css() performance testing.
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 ResigFixed some sloppy checks in the effects test suite...
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-14 jeresigRemoving leftover debug code.
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 jeresigMake sure that effect tests no longer reference the...
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 jeresigTrim out the module wrappers during the build process...
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 jeresigMerge branch 'master' of github.com:jquery/jquery into...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-07 Karl Swedbergadded "#main" ancestor selector to an "Only Child"...
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-09-02 John ResigFix the order of the element test arguments.
2010-09-02 John ResigTweaked the name unit tests to specify the exact nodes...
2010-09-02 John ResigRemove cases of :contains() where quotes are used ...
2010-09-01 Brandon AaronAdd .width() and .height() unit test for empty sets...
2010-09-01 Brandon AaronIncrease max number of JSLint errors. This is necessary...
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 ResigHandle two more cases where comments were missing in...
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 ResigBlackberry 4.6 doesn't maintain comment nodes in the...
2010-08-26 John ResigFixed mistake with tweaked iframe manipulation test.
2010-08-26 John ResigTweak some more jQuery set results in the manipulation...
2010-08-26 John ResigTweak more element orders in the manipulation tests...
2010-08-26 John ResigTweaked manipulation test to ignore order of elements...
2010-08-26 John ResigOnly attempt to use the IE technique for setting opacit...
2010-08-26 John ResigTweaked anchor test to work better on Blackberry 4.7.
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 ResigSimplifying some of the .val() test code.
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-28 jzaeffererReplace usage of the removed global reset() method...
2010-07-27 John ResigMake sure that .data() events don't bubble, per the...
2010-07-27 jzaeffererMoving jQuery-core specific resets from QUnit to core.
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-21 Richard D.... Fixed ant build to be more consistent with Makefile...
2010-07-21 Richard D.... Whitespace (spaces to tabs)
2010-07-21 Richard D.... Minor fix to Makefile so that 'make clean' doesn't...
2010-07-21 Richard D.... Simplified getting the commit date using git log -...
2010-07-20 InfinitiesLoopTicket #6804. Adds a changeData event.
2010-06-20 wycatsMerge branch 'doug'
2010-06-20 Douglas NeinerSlight optmization on the Rakefile
2010-06-20 Douglas NeinerEdits to README after Karl's review
2010-06-20 Douglas NeinerMinor changes to README
2010-06-20 Douglas NeinerUpdated README file with updated information for the...
2010-06-20 Douglas NeinerFixed spelling on QUnit pull message
2010-06-20 Douglas NeinerUpdated Rakefile to remove use of *nix specific commands
2010-06-20 Douglas NeinerUpdated Rakefile to mirror the functionality of the...
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 jeresigMobile WebKit browsers don't support accessing the...
2010-06-20 jeresigNeed to expose the isLocal change globally as well.
2010-06-20 jeresigTemporarily disable ajax tests when running in TestSwam.
2010-06-20 jeresigUse custom events for testing unbind instead of the...
2010-06-20 jeresigAdjust isPlainObject test to run in an iframe.
2010-06-20 jeresigMake sure the offset tests work without a built jQuery...
2010-06-20 jeresigUpdate other remote test URLs as well.
2010-06-20 jeresigStrip off filename and query string for JSONP Remote...
2010-06-20 jeresigUpdate the TestSwarm URL to point to the new jQuery...
2010-06-20 jeresigChanged the order of the tests to run in the same order...
2010-06-20 jeresigHandle auto-running of the TestSwarm injection script...
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...
next