diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-01 21:13:01 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-03 19:13:41 -0400 |
commit | 5fc2281fcc83783b86647a5a86380b9ac21e7f79 (patch) | |
tree | 61cc874de546f40c8905156296db4c2abc7281ff /src/manipulation.js | |
parent | 1e9b3ef3d87a0934dec969ed469cd3cc9c910ae8 (diff) | |
download | jquery-5fc2281fcc83783b86647a5a86380b9ac21e7f79.tar.gz jquery-5fc2281fcc83783b86647a5a86380b9ac21e7f79.zip |
- Added a hook to swap display none for width and height in browsers that do not sufficiently support get/setAttribute
Diffstat (limited to 'src/manipulation.js')
-rw-r--r-- | src/manipulation.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index 81a55cb89..758cdbae0 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -549,7 +549,8 @@ jQuery.extend({ // Return the cloned set return clone; -}, + }, + clean: function( elems, context, fragment, scripts ) { context = context || document; |