html
jquery how are you
js
$(document).ready(function(){ $("#hide").click(function(){ $("p").hide(1000); }) $("#show").click(function(){ $("p").show(1000); });});
效果:
2017-09-21 11:58:16
本文共 284 字,大约阅读时间需要 1 分钟。
html
jquery how are you
js
$(document).ready(function(){ $("#hide").click(function(){ $("p").hide(1000); }) $("#show").click(function(){ $("p").show(1000); });});
效果:
2017-09-21 11:58:16
转载于:https://www.cnblogs.com/guangzhou11/p/7567891.html