git.asbjorn.biz
/
jquery.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Change the way jQuery.data works so that there is no longer a chance of collision...
2011-01-09
Colin Snover
Change the way jQuery.data works so that there is no...
commit
|
commitdiff
|
tree
2011-01-05
Colin Snover
Cleaning up trailing whitespace again.
commit
|
commitdiff
|
tree
2010-12-31
Dave Methvin
When serializing text, encode all line breaks as CRLF...
commit
|
commitdiff
|
tree
2010-12-30
Jonas Pfenniger
Update Rakefile to remove module wrappers (feature...
commit
|
commitdiff
|
tree
2010-12-30
Colin Snover
Remove patch for very early versions of Opera 9 that...
commit
|
commitdiff
|
tree
2010-12-30
Colin Snover
Clean trailing whitespace from all files.
commit
|
commitdiff
|
tree
2010-12-30
Colin Snover
Merge branch 'fix7762' into jquery master. Fixes #7762.
commit
|
commitdiff
|
tree
2010-12-30
Colin Snover
Update CommonJS module registration to check to see...
commit
|
commitdiff
|
tree
2010-12-27
Dave Methvin
Don't cache non-html strings in buildFragment to avoid...
commit
|
commitdiff
|
tree
2010-12-27
Dave Methvin
When a native browser event is bubbling up the DOM...
commit
|
commitdiff
|
tree
2010-12-27
jrburke
Register as a CommonJS async module if in that kind...
commit
|
commitdiff
|
tree
2010-12-27
Colin Snover
Merge SlexAxton/jquery:master into jquery/jquery:master.
commit
|
commitdiff
|
tree
2010-12-27
Alex Sexton
Changed the expando string to use a random number instead...
commit
|
commitdiff
|
tree
2010-12-27
Colin Snover
DRY out $.get and $.post. Fixes #7847. Thanks to cowboy...
commit
|
commitdiff
|
tree
2010-12-26
Colin Snover
Clearing event handlers on unload is no longer necessary...
commit
|
commitdiff
|
tree
2010-12-26
Colin Snover
Fix whitespace in event.js
commit
|
commitdiff
|
tree
2010-12-26
Colin Snover
Fix reliableHiddenOffsets test was not working properly...
commit
|
commitdiff
|
tree
2010-12-23
Colin Snover
Fix fix for #6481 introduced at 7862c45ad2f32096383a21b8b301...
commit
|
commitdiff
|
tree
2010-12-23
Colin Snover
Don't use for-in loops on Arrays. Fixes #7817. Thanks...
commit
|
commitdiff
|
tree
2010-12-23
Colin Snover
Update cloneCopyEvent so that it does not create superfluous...
commit
|
commitdiff
|
tree
2010-12-23
Colin Snover
Code style fix
commit
|
commitdiff
|
tree
2010-12-22
Colin Snover
More unit tests and a $.hasData that works for JS objects...
commit
|
commitdiff
|
tree
2010-12-22
Colin Snover
Update jQuery.hasData to always return a boolean, with...
commit
|
commitdiff
|
tree
2010-12-22
Colin Snover
Remove code for ticket #7717 which has been marked...
commit
|
commitdiff
|
tree
2010-12-22
Colin Snover
Fix a potential error in the previous commit caused...
commit
|
commitdiff
|
tree
2010-12-22
Colin Snover
Fix a potential error in the previous commit caused...
commit
|
commitdiff
|
tree
2010-12-22
Colin Snover
Fix a potential error in the previous commit caused...
commit
|
commitdiff
|
tree
2010-12-19
Colin Snover
Fix #7717 and #7165. Thanks to dmethvin and iliakan...
commit
|
commitdiff
|
tree
2010-12-16
Colin Snover
Address some code style issues in the clone fix.
commit
|
commitdiff
|
tree
2010-12-14
Colin Snover
Fixes #7397.
commit
|
commitdiff
|
tree
2010-12-14
Colin Snover
Merge branch 'bug_7397' of https://github.com/rwldrn...
commit
|
commitdiff
|
tree
2010-12-13
Colin Snover
More specific version numbers.
commit
|
commitdiff
|
tree
2010-12-13
Colin Snover
Speed up & compatibility improvements for new clone...
commit
|
commitdiff
|
tree
2010-12-12
Colin Snover
Return test comments to ASCII space
commit
|
commitdiff
|
tree
2010-12-12
Colin Snover
Merge branch 'bug5566' into csnover-bug5566. Fixes...
commit
|
commitdiff
|
tree
2010-12-12
Colin Snover
Fix the clone method to be a little less insane in...
commit
|
commitdiff
|
tree
2010-12-07
Colin Snover
Clone fragments in domManip using jQuery.clone instead...
commit
|
commitdiff
|
tree
2010-12-07
Colin Snover
Clean up empty lines with whitespace in manipulation.js
commit
|
commitdiff
|
tree
2010-12-03
Colin Snover
Only try to get data attributes for a jQuery-wrapped...
commit
|
commitdiff
|
tree
2010-12-03
Colin Snover
Fix memory leaks in IE caused by the custom abort function...
commit
|
commitdiff
|
tree
2010-11-17
Colin Snover
Optimize for size instead of speed.
commit
|
commitdiff
|
tree
2010-11-17
Colin Snover
Coerce s.url to string before calling replace, since...
commit
|
commitdiff
|
tree
2010-11-06
Colin Snover
Ensure that AJAX requests are actually aborted in all...
commit
|
commitdiff
|
tree
2010-10-12
Colin Snover
Fix patch for #7150, which was not deleting the events...
commit
|
commitdiff
|
tree
2010-10-12
Colin Snover
Use a key name less likely to result in collisions...
commit
|
commitdiff
|
tree
2010-10-11
Colin Snover
Fix olddisplay was inappropriately set when calling...
commit
|
commitdiff
|
tree
2010-10-09
Colin Snover
Coerce all array values to strings before comparison...
commit
|
commitdiff
|
tree
2010-10-09
Colin Snover
Fixed code convention issues. Reduced size of overflow...
commit
|
commitdiff
|
tree
2010-10-06
Colin Snover
Fix bug #7018.
commit
|
commitdiff
|
tree
2010-10-05
Colin Snover
Update $.fn.animate to only keep overflow set to hidden...
commit
|
commitdiff
|
tree
2010-10-05
Colin Snover
IE6 will shrink-wrap elements with layout instead of...
commit
|
commitdiff
|
tree
2010-10-05
Colin Snover
Tiny cleanup to remove some superfluous code that was...
commit
|
commitdiff
|
tree
2010-10-05
Colin Snover
Update $.fn.animate to restore overflow-x and overflow...
commit
|
commitdiff
|
tree
2010-10-05
Colin Snover
Update $.fn.animate to change display mode only when...
commit
|
commitdiff
|
tree
2010-10-05
Colin Snover
Fix :visible does not work properly when display:none...
commit
|
commitdiff
|
tree