开发者

jquery effects (show)

开发者 https://www.devze.com 2022-12-27 19:54 出处:网络
Is there a way to just have something \"show\"? I know there\'s the effect called show, but I mean something with no animation. I know I could make the speed way fast or something. Or I could change t

Is there a way to just have something "show"? I know there's the effect called show, but I mean something with no animation. I know I could make the speed way fast or something. Or I could change the css from hidden or something. But do开发者_开发百科es someone know of a built in method that does that? Same with "hide".


Just use show() with no parameters. Same with hide().

$('#item').show();
$('#item').hide();
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号