git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Added some more tests to make sure that replaceWith is working correctly. Follow...
2010-09-17
John Resig
Make sure that empty height/width values are still...
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Fixed some sloppy checks in the effects test suite...
commit
|
commitdiff
|
tree
2010-09-17
John Resig
Bringing in the rdashAlpha/fcamelCase private var tweaks...
commit
|
commitdiff
|
tree
2010-09-16
jeresig
Split apart jQuery.css into jQuery.css (computed values...
commit
|
commitdiff
|
tree
2010-09-14
jeresig
Wrap the core return in parens to fix a confused JSLint.
commit
|
commitdiff
|
tree
2010-09-14
jeresig
Removing leftover debug code.
commit
|
commitdiff
|
tree
2010-09-13
John Resig
Add a flag to verify if a browser supports some form...
commit
|
commitdiff
|
tree
2010-09-13
John Resig
Making some more adjustments to handle auto CSS properties.
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Only set height/width if it's a non-negative number...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Make sure that height/width methods return numbers...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Another logic bug caught by furf in ad950c8c5992937640a1e1ac...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Make sure that the CSS hook getter isn't called if...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Make sure that effect tests no longer reference the...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Adding in a couple private variables to effects.js...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Make sure that string values are returned from the...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Merge branch 'master' into csshooks
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Landing a bunch of bug fixes from furf's pull request...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Trim out the module wrappers during the build process...
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Removing extraneous argument.
commit
|
commitdiff
|
tree
2010-09-09
jeresig
Make sure that jQuery is being exposed outside of core...
commit
|
commitdiff
|
tree
2010-09-08
jeresig
Make sure that the removeEvent and buildFragment private...
commit
|
commitdiff
|
tree
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
commit
|
commitdiff
|
tree
2010-09-08
jeresig
Merge branch 'master' of github.com:jquery/jquery into...
commit
|
commitdiff
|
tree
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
commit
|
commitdiff
|
tree
2010-09-05
John Resig
Broke more of the property-specific CSS logic out of...
commit
|
commitdiff
|
tree
2010-09-05
John Resig
First pass at unifying the various CSS methods in jQuery...
commit
|
commitdiff
|
tree
2010-09-05
John Resig
Broke apart some of the browser-specific logic for...
commit
|
commitdiff
|
tree
2010-09-05
John Resig
Some more minor formatting tweaks.
commit
|
commitdiff
|
tree
2010-09-05
John Resig
Tweaking the formatting from the previous commit.
commit
|
commitdiff
|
tree
2010-09-02
John Resig
Fix the order of the element test arguments.
commit
|
commitdiff
|
tree
2010-09-02
John Resig
Tweaked the name unit tests to specify the exact nodes...
commit
|
commitdiff
|
tree
2010-09-02
John Resig
Remove cases of :contains() where quotes are used ...
commit
|
commitdiff
|
tree
2010-08-27
John Resig
Switched to use 'in' for the setInterval/window check...
commit
|
commitdiff
|
tree
2010-08-27
John Resig
Blackberry 4.6 is capable of finding elements that...
commit
|
commitdiff
|
tree
2010-08-27
John Resig
Handle two more cases where comments were missing in...
commit
|
commitdiff
|
tree
2010-08-27
John Resig
Use the native isArray whenever possible. See perf...
commit
|
commitdiff
|
tree
2010-08-27
John Resig
Simplify the logic in $.type, thanks to jdalton for...
commit
|
commitdiff
|
tree
2010-08-27
John Resig
Added some tweaks to $.type to handle null and undefined...
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Blackberry 4.6 doesn't maintain comment nodes in the...
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Fixed mistake with tweaked iframe manipulation test.
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Tweak some more jQuery set results in the manipulation...
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Tweak more element orders in the manipulation tests...
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Tweaked manipulation test to ignore order of elements...
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Only attempt to use the IE technique for setting opacity...
commit
|
commitdiff
|
tree
2010-08-26
John Resig
Tweaked anchor test to work better on Blackberry 4.7.
commit
|
commitdiff
|
tree
2010-08-25
John Resig
Adding in a jQuery.type(obj) method (a simple map to...
commit
|
commitdiff
|
tree
2010-08-25
John Resig
Tweaked logic for working around Blackberry 4.7 makeArray...
commit
|
commitdiff
|
tree
2010-08-24
John Resig
Make sure that missing attributes return undefined...
commit
|
commitdiff
|
tree
2010-08-23
John Resig
Simplifying some of the .val() test code.
commit
|
commitdiff
|
tree
2010-08-23
John Resig
.val() on empty options returns the text value rather...
commit
|
commitdiff
|
tree
2010-08-23
John Resig
Fixing getting/setting classes and makeArray(RegExp...
commit
|
commitdiff
|
tree
2010-07-27
John Resig
Make sure that .data() events don't bubble, per the...
commit
|
commitdiff
|
tree
2010-07-23
Dave Reed
Fix for issues discussed in 9faab0b74fd316c2161612236d9ea8a0...
commit
|
commitdiff
|
tree
2010-07-22
InfinitiesLoop
Ticket 6808. Updated per code review comments by jeresig
...Updated per code review comments by
jeresig
commit
|
commitdiff
|
tree
2010-07-22
InfinitiesLoop
Ticket #6808. Changes data() so on plain objects, it...
commit
|
commitdiff
|
tree
2010-07-21
Richard D. Worth
Fixed ant build to be more consistent with Makefile...
commit
|
commitdiff
|
tree
2010-07-21
Richard D. Worth
Whitespace (spaces to tabs)
commit
|
commitdiff
|
tree
2010-07-21
Richard D. Worth
Minor fix to Makefile so that 'make clean' doesn't...
commit
|
commitdiff
|
tree
2010-07-21
Richard D. Worth
Simplified getting the commit date using git log -...
commit
|
commitdiff
|
tree
2010-07-20
InfinitiesLoop
Ticket #6804. Adds a changeData event.
commit
|
commitdiff
|
tree
2010-06-15
jeresig
Fixing request data param issue. Thanks to mislav for...
commit
|
commitdiff
|
tree
2010-06-15
jeresig
Tweak spacing from last commit.
commit
|
commitdiff
|
tree
2010-06-15
malsup
Fix for http://dev.jquery.com/ticket/6451
commit
|
commitdiff
|
tree
2010-04-24
John Resig
Expose jQuery.uuid (use with caution) and make sure...
commit
|
commitdiff
|
tree
2010-03-31
jeresig
Removed extra semicolon leftover from recent tweaking.
commit
|
commitdiff
|
tree
2010-03-25
jeresig
Mobile WebKit browsers don't support accessing the...
commit
|
commitdiff
|
tree
2010-03-24
jeresig
Need to expose the isLocal change globally as well.
commit
|
commitdiff
|
tree
2010-03-24
jeresig
Temporarily disable ajax tests when running in TestSwam.
commit
|
commitdiff
|
tree
2010-03-24
jeresig
Use custom events for testing unbind instead of the...
commit
|
commitdiff
|
tree
2010-03-24
jeresig
Adjust isPlainObject test to run in an iframe.
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Make sure the offset tests work without a built jQuery...
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Update other remote test URLs as well.
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Strip off filename and query string for JSONP Remote...
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Update the TestSwarm URL to point to the new jQuery...
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Changed the order of the tests to run in the same order...
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Handle auto-running of the TestSwarm injection script...
commit
|
commitdiff
|
tree
2010-03-23
jeresig
Made it so that you no longer need to build jQuery...
commit
|
commitdiff
|
tree
2010-03-11
jeresig
Switch to using String.prototype.trim from String.trim...
commit
|
commitdiff
|
tree
2010-03-09
jeresig
Rewrote the live/delegate submit tests to be more generic.
commit
|
commitdiff
|
tree
2010-03-09
jeresig
Make sure that special remove and teardown events get...
commit
|
commitdiff
|
tree
2010-03-09
jeresig
Removing the mention of buliding the docs from the...
commit
|
commitdiff
|
tree
2010-03-09
jeresig
Landing a faster trim method. Based upon the work by...
commit
|
commitdiff
|
tree
2010-03-05
jeresig
No need to use .call() anymore since we switched from...
commit
|
commitdiff
|
tree
2010-03-05
jeresig
I take that back! It was a bug, but the cache had to...
commit
|
commitdiff
|
tree
2010-03-05
jeresig
Attempted to fix #6227, not entirely sure if it's a...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
Added in Ben Alman's proposed event.namespace property...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
Make sure that we don't try to remove data from an...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
Add in the new level information to the closest(Array...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
We no longer support globally-triggered events on plain...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
Moving more properties onto jQuery.ajax, also copy...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
Remove the need for the return in sizzle-jquery and...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
Added in integrated JSLint checking against the jQuery...
commit
|
commitdiff
|
tree
2010-03-02
jeresig
More changes to get jQuery in line with JSLint.
commit
|
commitdiff
|
tree
2010-03-02
jeresig
We don't want to increment the Ajax counter if there...
commit
|
commitdiff
|
tree
2010-03-01
jeresig
Land some additional tweaks related to running through...
commit
|
commitdiff
|
tree
2010-03-01
jeresig
Fixed some cases where expression, expression was used...
commit
|
commitdiff
|
tree
2010-03-01
jeresig
Made some code tweaks related to running jQuery through...
commit
|
commitdiff
|
tree
2010-02-27
jeresig
No reason to double-bind the beforeunload event. Fixes...
commit
|
commitdiff
|
tree
2010-02-27
jeresig
Attach data directly to plain objects, no reason to...
commit
|
commitdiff
|
tree
2010-02-27
jeresig
Merge branch 'master' of github.com:jquery/jquery
commit
|
commitdiff
|
tree
next