git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Makes it so a prefilter can change the type of a request.
2010-10-11
John Resig
Handle some edge cases with binding events to the window...
commit
|
commitdiff
|
tree
2010-10-11
John Resig
Add some resize event tests.
commit
|
commitdiff
|
tree
2010-10-11
John Resig
Added some more tests relating to attaching data to...
commit
|
commitdiff
|
tree
2010-10-11
John Resig
Merge branch 'animateHooks' of http://github.com/lrbabe...
commit
|
commitdiff
|
tree
2010-10-11
John Resig
Merge branch 'bug7141' of http://github.com/csnover...
commit
|
commitdiff
|
tree
2010-10-11
John Resig
Make sure closest works on disconnected DOM nodes....
commit
|
commitdiff
|
tree
2010-10-11
jeresig
Fix broken min file header generation.
commit
|
commitdiff
|
tree
2010-10-11
jeresig
Updating the source version to 1.4.3.
commit
|
commitdiff
|
tree
2010-10-11
jeresig
Tagging the 1.4.3rc1 release.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Return the zeroed-out bounding box instead of passing...
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Disable 304/Not Modified Ajax tests in Opera due to...
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Make sure that the unload event doesn't leak in IE...
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Adding some rooted-find perf tests.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Tweaking some formatting of the closest changes.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Switch back to using Sizzle.matchesSelector.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Use the new Sizzle matches functionality.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Also test for single element filtering.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Adding a basic filter perf test suite.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Make some more tweaks to the closest perf test suite.
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Fix formatting and switch to using the new matchesSelector...
commit
|
commitdiff
|
tree
2010-10-10
jeresig
Some improvements to the closest perf tests - works...
commit
|
commitdiff
|
tree
2010-10-09
jeresig
Change event did not fire in IE when an explicit .focus...
commit
|
commitdiff
|
tree
2010-10-09
jeresig
Fix the case where live change was breaking if a live...
commit
|
commitdiff
|
tree
2010-10-09
John Resig
Merge branch 'master' of http://github.com/petersendidit...
commit
|
commitdiff
|
tree
2010-10-09
John Resig
Merge branch 'bug7123' of http://github.com/csnover...
commit
|
commitdiff
|
tree
2010-10-09
John Resig
Merge branch 'bug7018' of http://github.com/csnover...
commit
|
commitdiff
|
tree
2010-10-09
John Resig
Merge branch 'animate-nonblock' of http://github.com...
commit
|
commitdiff
|
tree
2010-10-09
jeresig
Name the try/catch arg to satisfy JSLint - thanks to...
commit
|
commitdiff
|
tree
2010-10-09
jeresig
Added some more tests to make sure that replaceWith...
commit
|
commitdiff
|
tree
2010-10-09
jeresig
Make sure null/NaN values aren't set in .css(). Fixes...
commit
|
commitdiff
|
tree
2010-09-30
John Resig
Tweak broken serialize tests from commit 879799fe955f01b85b5...
commit
|
commitdiff
|
tree
2010-09-29
John Resig
Adjust fallback top/left to just be 0 for disconnected...
commit
|
commitdiff
|
tree
2010-09-29
John Resig
Fix number of expected select tests from commit 879799fe955f...
commit
|
commitdiff
|
tree
2010-09-29
John Resig
Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616e...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Handle child selectors in particular - away from the...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make sure we have a fallback when XMLHttpRequest is...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make sure that the contents of the element is still...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Tweak the logic for fixing event.which. Fixes #2338.
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make sure that mixed case alpha filters are handled...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make setting .css(name, undefined) a no-op. Fixes ...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make sure that ambiguous val() selection works correctly.
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make .attr(name, null) equivalent to removeAttr(name...
commit
|
commitdiff
|
tree
2010-09-28
John Resig
Make sure that .offset() doesn't fail against disconnected...
commit
|
commitdiff
|
tree
2010-09-28
jeresig
Removing unique check on closest(Array) (it wasn't...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Merge branch 'closestbug-6700' of http://github.com...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Merge branch 'master' of http://github.com/aakoch/jquery...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Allow 304/Not Modified tests to complete in Opera.
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Make sure that opacity is being reset properly on a...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
We can just use isNaN for this check in the IE opacity...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Make sure the currentStyle property exists before attempting...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Adjust manipulation test to handle whitespace RegExp...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Some minor cleanup of the last commit.
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Add a feature test for options inside a disabled select...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Only do the hasAttribute check if the method exists...
commit
|
commitdiff
|
tree
2010-09-27
jeresig
Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c880ce...
commit
|
commitdiff
|
tree
2010-09-27
John Resig
Removing the old cow image from the effects tests ...
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Make sure that undefined is always returned for missing...
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Allow data to be bound to Flash objects (but still...
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Make sure that a clone of the animate speed properties...
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Make sure that the body element exists before doing...
commit
|
commitdiff
|
tree
2010-09-24
jeresig
Increase the speed of the single setTimeout calls for...
commit
|
commitdiff
|
tree
2010-09-23
jeresig
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
2010-09-23
jeresig
Delay the result of the readyState check to give scripts...
commit
|
commitdiff
|
tree
2010-09-23
jeresig
Discovered that another effects bug was fixed with...
commit
|
commitdiff
|
tree
2010-09-23
jeresig
e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed...
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Fix missing var. Thanks to @jeff-themovie for the catch.
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Add some tests for jQuery.isWindow and make sure that...
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Unify the means of detecting a window across the library...
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e1...
commit
|
commitdiff
|
tree
2010-09-22
John Resig
Make sure that #... are trimmed from Ajax request URLs...
commit
|
commitdiff
|
tree
2010-09-22
John Resig
Fixed the number of expected class tests from a previous...
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Make .data(Object) extend the existing data object...
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Some minor lint fixes for the RegExp.
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Applied the RegExp issues reported by Jeff Robinson...
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Re-work the document scoping.
commit
|
commitdiff
|
tree
2010-09-22
jeresig
Make sure the data- number has at least one number...
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Make sure that non-px values aren't manipulated before...
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Fix bug with the readyWait DOM ready addition.
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Scratch that, just punting on Opera and 304s for now...
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Use a different workaround for detecting when Opera...
commit
|
commitdiff
|
tree
2010-09-21
jeresig
Escape RegExp braces to sooth JSLint's temper.
commit
|
commitdiff
|
tree
2010-09-21
jeresig
Switch to using isNaN instead of RegExp for data-.
commit
|
commitdiff
|
tree
2010-09-21
jeresig
Handle some additional data- number edge cases.
commit
|
commitdiff
|
tree
2010-09-21
jeresig
Make sure that the data- import also supports arrays.
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Added in support for basic JSON object parsing of data...
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Make sure that undefined is returned for not found...
commit
|
commitdiff
|
tree
2010-09-21
John Resig
Tweaked the data number RegExp some to handle some...
commit
|
commitdiff
|
tree
2010-09-21
jeresig
Fixing the problem with data-* based numbers as mention...
commit
|
commitdiff
|
tree
2010-09-20
John Resig
Merge remote branch 'RedWolves/master'
commit
|
commitdiff
|
tree
2010-09-20
John Resig
Pull data-* attributes into .data(). Original code...
commit
|
commitdiff
|
tree
2010-09-20
John Resig
Allow plugins to delay the exeuction of the ready event...
commit
|
commitdiff
|
tree
2010-09-20
jeresig
Removing extra arg.
commit
|
commitdiff
|
tree
2010-09-20
jeresig
No need to set returnValue if preventDefault exists...
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Added in some .css() setter perf tests as well.
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Derp, had parseInt on the brain. Thanks karbassi in...
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Adding a simple file for doing .css() performance testing.
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Fix trailing arg.
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Simplifying the camelCase logic used in the CSS and...
commit
|
commitdiff
|
tree
next