git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386
[jquery.git]
/
src
/
2010-10-05
Colin Snover
Update $.fn.animate to change display mode only when...
tree
|
commitdiff
2010-10-05
Colin Snover
Fix :visible does not work properly when display:none...
tree
|
commitdiff
2010-10-05
rwldrn
Fixes acceptData defining in the global scope.
tree
|
commitdiff
2010-09-30
Colin Snover
Make sure setting opacity does not clobber other inline...
tree
|
commitdiff
2010-09-30
David Petersen
Set event.LiveFired to undefined in specialSubmit handl...
tree
|
commitdiff
2010-09-29
Dave Reed
Using data() on JavaScript objects sets fields directly...
tree
|
commitdiff
2010-09-29
John Resig
Adjust fallback top/left to just be 0 for disconnected...
tree
|
commitdiff
2010-09-29
John Resig
Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09...
tree
|
commitdiff
2010-09-28
John Resig
Handle child selectors in particular - away from the...
tree
|
commitdiff
2010-09-28
John Resig
Make sure we have a fallback when XMLHttpRequest is...
tree
|
commitdiff
2010-09-28
John Resig
Make sure that the contents of the element is still...
tree
|
commitdiff
2010-09-28
John Resig
Tweak the logic for fixing event.which. Fixes #2338.
tree
|
commitdiff
2010-09-28
John Resig
Make sure that mixed case alpha filters are handled...
tree
|
commitdiff
2010-09-28
John Resig
Make setting .css(name, undefined) a no-op. Fixes ...
tree
|
commitdiff
2010-09-28
John Resig
Make .attr(name, null) equivalent to removeAttr(name...
tree
|
commitdiff
2010-09-28
John Resig
Make sure that .offset() doesn't fail against disconnec...
tree
|
commitdiff
2010-09-28
jeresig
Removing unique check on closest(Array) (it wasn't...
tree
|
commitdiff
2010-09-27
jeresig
Merge branch 'closestbug-6700' of github.com/ajpiano...
tree
|
commitdiff
2010-09-27
jeresig
Merge branch 'master' of github.com/aakoch/jquery into...
tree
|
commitdiff
2010-09-27
jeresig
Make sure that opacity is being reset properly on a...
tree
|
commitdiff
2010-09-27
jeresig
We can just use isNaN for this check in the IE opacity...
tree
|
commitdiff
2010-09-27
jeresig
Make sure the currentStyle property exists before attem...
tree
|
commitdiff
2010-09-27
jeresig
Some minor cleanup of the last commit.
tree
|
commitdiff
2010-09-27
jeresig
Add a feature test for options inside a disabled select...
tree
|
commitdiff
2010-09-27
jeresig
Only do the hasAttribute check if the method exists...
tree
|
commitdiff
2010-09-27
jeresig
Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c8...
tree
|
commitdiff
2010-09-24
jeresig
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2010-09-24
Dave Methvin
If an inline handler returns false, call event.preventD...
tree
|
commitdiff
2010-09-24
dmethvin
Make .val(undefined) == .val("") and chainable; fixes...
tree
|
commitdiff
2010-09-24
Dave Methvin
Make sure that requests without a body don't set conten...
tree
|
commitdiff
2010-09-24
Dave Methvin
Report correct Error object to handleError. Part of...
tree
|
commitdiff
2010-09-24
dmethvin
Don't copy event.originalTarget, it's a Netscape-specif...
tree
|
commitdiff
2010-09-24
Dave Methvin
Don't have .val() return selected-but-disabled options...
tree
|
commitdiff
2010-09-24
jeresig
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2010-09-24
Dave Methvin
Use origSettings.context unless it's undefined; for...
tree
|
commitdiff
2010-09-24
dmethvin
For JSON and script requests, set the scriptCharset...
tree
|
commitdiff
2010-09-24
Heungsub Lee
Added a default quality of `*/*` for content negotiation.
tree
|
commitdiff
2010-09-24
temp01
Serialize keys with empty arrays/object values in jQuer...
tree
|
commitdiff
2010-09-24
jeresig
Allow data to be bound to Flash objects (but still...
tree
|
commitdiff
2010-09-24
jeresig
Make sure that a clone of the animate speed properties...
tree
|
commitdiff
2010-09-24
jeresig
Make sure that the body element exists before doing...
tree
|
commitdiff
2010-09-24
unknown
Removing the second capture group. After the changes...
tree
|
commitdiff
2010-09-24
J. Ryan Stinnett
Allow named animation speed to be 0. Fixes #6579.
tree
|
commitdiff
2010-09-24
lrbabe
Make the interval between two animations tick public...
tree
|
commitdiff
2010-09-24
jeresig
Increase the speed of the single setTimeout calls for...
tree
|
commitdiff
2010-09-23
jeresig
Merge branch 'master' of github.com:jquery/jquery
tree
|
commitdiff
2010-09-23
Robert Katic
Made jQuery.type more consistent with host objects.
tree
|
commitdiff
2010-09-23
Robert Katic
Added support for map of events in live, die, delegate...
tree
|
commitdiff
2010-09-23
Robert Katic
Ensured that arrays are not considered same as plain...
tree
|
commitdiff
2010-09-23
jeresig
Delay the result of the readyState check to give script...
tree
|
commitdiff
2010-09-22
jeresig
Fix missing var. Thanks to @jeff-themovie for the catch.
tree
|
commitdiff
2010-09-22
jeresig
Add some tests for jQuery.isWindow and make sure that...
tree
|
commitdiff
2010-09-22
jeresig
Unify the means of detecting a window across the librar...
tree
|
commitdiff
2010-09-22
jeresig
Allow # urls to contain #. Thanks to @alvopass in f9f9e...
tree
|
commitdiff
2010-09-22
John Resig
Make sure that #... are trimmed from Ajax request URLs...
tree
|
commitdiff
2010-09-22
jeresig
Make .data(Object) extend the existing data object...
tree
|
commitdiff
2010-09-22
Jacob Wright
Fix bug when accessing .data() on an empty set. Return...
tree
|
commitdiff
2010-09-22
Karl Swedberg
Added full support for easing in all shorthand effects...
tree
|
commitdiff
2010-09-22
jeresig
Some minor lint fixes for the RegExp.
tree
|
commitdiff
2010-09-22
jeresig
Applied the RegExp issues reported by Jeff Robinson...
tree
|
commitdiff
2010-09-22
jeresig
Re-work the document scoping.
tree
|
commitdiff
2010-09-22
jeresig
Make sure the data- number has at least one number...
tree
|
commitdiff
2010-09-21
John Resig
Make sure that non-px values aren't manipulated before...
tree
|
commitdiff
2010-09-21
John Resig
Fix bug with the readyWait DOM ready addition.
tree
|
commitdiff
2010-09-21
John Resig
Scratch that, just punting on Opera and 304s for now...
tree
|
commitdiff
2010-09-21
John Resig
Use a different workaround for detecting when Opera...
tree
|
commitdiff
2010-09-21
jeresig
Escape RegExp braces to sooth JSLint's temper.
tree
|
commitdiff
2010-09-21
jeresig
Switch to using isNaN instead of RegExp for data-.
tree
|
commitdiff
2010-09-21
jeresig
Handle some additional data- number edge cases.
tree
|
commitdiff
2010-09-21
jeresig
Make sure that the data- import also supports arrays.
tree
|
commitdiff
2010-09-21
John Resig
Added in support for basic JSON object parsing of data...
tree
|
commitdiff
2010-09-21
John Resig
Make sure that undefined is returned for not found...
tree
|
commitdiff
2010-09-21
John Resig
Tweaked the data number RegExp some to handle some...
tree
|
commitdiff
2010-09-21
jeresig
Fixing the problem with data-* based numbers as mention...
tree
|
commitdiff
2010-09-20
John Resig
Pull data-* attributes into .data(). Original code...
tree
|
commitdiff
2010-09-20
John Resig
Allow plugins to delay the exeuction of the ready event...
tree
|
commitdiff
2010-09-20
jeresig
Removing extra arg.
tree
|
commitdiff
2010-09-20
jeresig
No need to set returnValue if preventDefault exists...
tree
|
commitdiff
2010-09-17
John Resig
Derp, had parseInt on the brain. Thanks karbassi in...
tree
|
commitdiff
2010-09-17
John Resig
Fix trailing arg.
tree
|
commitdiff
2010-09-17
John Resig
Simplifying the camelCase logic used in the CSS and...
tree
|
commitdiff
2010-09-17
John Resig
Cleaning up some un-needed CSS code and adding back...
tree
|
commitdiff
2010-09-17
John Resig
Merge branch 'csshooks'
tree
|
commitdiff
2010-09-17
John Resig
jQuery.css() returns a string value - handle this prope...
tree
|
commitdiff
2010-09-17
John Resig
Make sure that empty height/width values are still...
tree
|
commitdiff
2010-09-17
John Resig
Bringing in the rdashAlpha/fcamelCase private var tweak...
tree
|
commitdiff
2010-09-16
jeresig
Split apart jQuery.css into jQuery.css (computed values...
tree
|
commitdiff
2010-09-14
jeresig
Wrap the core return in parens to fix a confused JSLint.
tree
|
commitdiff
2010-09-13
John Resig
Add a flag to verify if a browser supports some form...
tree
|
commitdiff
2010-09-13
John Resig
Making some more adjustments to handle auto CSS properties.
tree
|
commitdiff
2010-09-09
jeresig
Only set height/width if it's a non-negative number...
tree
|
commitdiff
2010-09-09
jeresig
Make sure that height/width methods return numbers...
tree
|
commitdiff
2010-09-09
jeresig
Another logic bug caught by furf in ad950c8c5992937640a...
tree
|
commitdiff
2010-09-09
jeresig
Make sure that the CSS hook getter isn't called if...
tree
|
commitdiff
2010-09-09
jeresig
Adding in a couple private variables to effects.js...
tree
|
commitdiff
2010-09-09
jeresig
Make sure that string values are returned from the...
tree
|
commitdiff
2010-09-09
jeresig
Merge branch 'master' into csshooks
tree
|
commitdiff
2010-09-09
jeresig
Landing a bunch of bug fixes from furf's pull request...
tree
|
commitdiff
2010-09-09
jeresig
Removing extraneous argument.
tree
|
commitdiff
2010-09-09
jeresig
Make sure that jQuery is being exposed outside of core...
tree
|
commitdiff
next