jQuery
Plugins
UI
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Tracker Account
Login
About Trac
Preferences
Help/Guide
Register
Bug Tracker
Wiki
Roadmap
Browse Source
View Tickets
Search
Timeline
Ticket #1796
: jquery.patch
File jquery.patch,
0.6 kB
(added by dcrosta,
1 year
ago)
jquery.js
637
637
638
638
css: function(e,p) {
639
639
if ( p == "height" || p == "width" ) {
640
var old = {}, oHeight, oWidth, d =
["Top","Bottom","Right","Left"]
;
640
var old = {}, oHeight, oWidth, d =
( p == "height" ? ["Top","Bottom"] : ["Right","Left"] )
;
641
641
642
642
jQuery.each( d, function(){
643
643
old["padding" + this] = 0;
Download in other formats:
Original Format