jqurey 隐藏

发布时间:2020-06-26 21:32:09 作者:JustMetU
来源:网络 阅读:379

1.

$("#test").hide();     //jQuery 的 hide() 函数,隐藏 id="test" 的元素。


2.

$(".test").hide();      //jQuery 的 hide() 函数,隐藏所有 class="test" 的元素。


3.

 $("#div1").fadeOut();      //jQuery fadeout() 函数,淡出

$("#div2").fadeOut("slow");
$("#div3").fadeOut(1000);


4.  

$("p").click(function(){      //“<p>点击我,我会消失</p>”点击会消失

    $(this).hide();
  });


5.//一个css样式

<style type="text/css">
div.ex
{
background-color:#e5eecc;
padding:7px;
border:solid 1px #c3c3c3;
}
</style>




<div class="ex">
<p>联系人:张先生<br />
</div>

推荐阅读:
  1. PHP中unset,array_splice删除数组中元素的区别有哪些
  2. 独立分组功能如何在ThinkPHP3.1.2项目中使用

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

元素 联系人 function

上一篇:.Net对图片加密解密的方法

下一篇:字符串与编码,字符与数字相转函数:ord(), chr()

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》