Response title
This is preview!
The matched elements will be revealed immediately, with no animation. This is roughly equivalent to callingThat's what the jQuery API says about the .show() function..css('display', 'block')
, except that thedisplay
property is restored to whatever it was initially. If an element has adisplay
value ofinline
, then is hidden and shown, it will once again be displayedinline
.
© 2013 jQuery Foundation
Sponsored by and others.