jQuery: The Write Less, Do More JavaScript Library
Download
Documentation
Plugins
Tutorials
Discuss
Blog
Login
About Trac
Preferences
Help/Guide
Register
Wiki
Roadmap
Browse Source
View Tickets
Search
Timeline
Ticket #2037
: 2037.diff
File 2037.diff,
0.5 kB
(added by davidserduke,
8 months
ago)
patch
src/core.js
816
816
"1" :
817
817
ret;
818
818
}
819
// Opera sometimes will give the wrong display answer, this fixes it, see #2037
820
if ( jQuery.browser.opera && name == "display" ) {
821
var save = elem.style.display;
822
elem.style.display = "block";
823
elem.style.display = save;
824
}
819
825
820
826
// Make sure we're using the right name for getting the float value
821
827
if ( name.match( /float/i ) )
Download in other formats:
Original Format