Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.
[jquery.git] / src /
2010-09-22 John ResigMake sure that #... are trimmed from Ajax request URLs...
2010-09-22 jeresigMake .data(Object) extend the existing data object...
2010-09-22 Jacob WrightFix bug when accessing .data() on an empty set. Return...
2010-09-22 Karl SwedbergAdded full support for easing in all shorthand effects...
2010-09-22 jeresigSome minor lint fixes for the RegExp.
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-22 jeresigRe-work the document scoping.
2010-09-22 jeresigMake sure the data- number has at least one number...
2010-09-21 John ResigMake sure that non-px values aren't manipulated before...
2010-09-21 John ResigFix bug with the readyWait DOM ready addition.
2010-09-21 John ResigScratch that, just punting on Opera and 304s for now...
2010-09-21 John ResigUse a different workaround for detecting when Opera...
2010-09-21 jeresigEscape RegExp braces to sooth JSLint's temper.
2010-09-21 jeresigSwitch to using isNaN instead of RegExp for data-.
2010-09-21 jeresigHandle some additional data- number edge cases.
2010-09-21 jeresigMake sure that the data- import also supports arrays.
2010-09-21 John ResigAdded in support for basic JSON object parsing of data...
2010-09-21 John ResigMake sure that undefined is returned for not found...
2010-09-21 John ResigTweaked the data number RegExp some to handle some...
2010-09-21 jeresigFixing the problem with data-* based numbers as mention...
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...
next