git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fixes #8095. Properly handles the case where browser cache needs to be bypassed while...
2010-10-22
jeresig
Only need to declare the data once.
commit
|
commitdiff
|
tree
2010-10-17
John Resig
Add some more tests to make sure that pulling in data...
commit
|
commitdiff
|
tree
2010-10-17
John Resig
Make sure that .data() (no args) returns a list of...
commit
|
commitdiff
|
tree
2010-10-17
John Resig
Var wasn't being explicitly declared. Fixes #7226.
commit
|
commitdiff
|
tree
2010-10-17
John Resig
We removed deleteExpando after 1.4.2, for some reason...
commit
|
commitdiff
|
tree
2010-10-17
John Resig
Handle the case where JSLint complains about arguments...
commit
|
commitdiff
|
tree
2010-10-15
John Resig
Bringing back the change from 80a4178af9b12e6617bfcec818c538...
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Updating the source version to 1.4.4pre.
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Tagging the 1.4.3 release.
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Fix the number of change tests and remove textarea...
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Testing *, * was unnecessary - especially in slower...
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Don't test inline-block in browsers that don't support...
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Use prepend for the focuin test (to avoid making the...
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Test visible on inline elements.
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Getting weird results for font size tests across platforms...
commit
|
commitdiff
|
tree
2010-10-15
jeresig
Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1...
commit
|
commitdiff
|
tree
2010-10-14
John Resig
Forgot to update the Rakefile and build.xml files from...
commit
|
commitdiff
|
tree
2010-10-14
John Resig
Updating the copy of Google Closure Compiler.
commit
|
commitdiff
|
tree
2010-10-14
John Resig
Make sure that we don't attempt to handle scrolling...
commit
|
commitdiff
|
tree
2010-10-14
jeresig
Oops, still have jQuery.ajax.* on the brain.
commit
|
commitdiff
|
tree
2010-10-13
jeresig
Change font size to 15px in the test to fix a false...
commit
|
commitdiff
|
tree
2010-10-13
jeresig
We want to make sure that we only run the MSIE-specific...
commit
|
commitdiff
|
tree
2010-10-13
jeresig
Test CSS test on font size instead of padding.
commit
|
commitdiff
|
tree
2010-10-13
jeresig
IE 9 preserves the case of the Alpha filter - maintain...
commit
|
commitdiff
|
tree
2010-10-13
jeresig
Fix broken Ajax test after recent revert to jQuery...
commit
|
commitdiff
|
tree
2010-10-13
John Resig
Merge branch 'bug7150' of http://github.com/csnover...
commit
|
commitdiff
|
tree
2010-10-13
John Resig
Fix some gaps in the handling of event data properties...
commit
|
commitdiff
|
tree
2010-10-12
John Resig
Updating the source version to 1.4.3pre.
commit
|
commitdiff
|
tree
2010-10-12
John Resig
Tagging the 1.4.3rc2 release.
commit
|
commitdiff
|
tree
2010-10-12
John Resig
Tagging the 1.4.3rc2 release.
commit
|
commitdiff
|
tree
2010-10-12
John Resig
Forgot to remove the child selector in the previous...
commit
|
commitdiff
|
tree
2010-10-12
John Resig
The child selector-prefix branch doesn't work with...
commit
|
commitdiff
|
tree
2010-10-12
John Resig
Make sure that .find() with multiple direct child selectors...
commit
|
commitdiff
|
tree
2010-10-11
John Resig
The world isn't ready for moving the Ajax methods to...
commit
|
commitdiff
|
tree
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
next