立即注册 登录
召隆企博汇论坛 返回首页

至臻的个人空间 http://bbs.clogcn.com/?6 [收藏] [复制] [分享] [RSS]

日志

Jquery常见的事件

已有 377 次阅读2020-1-4 19:44 | html5

移除所有的绑定事件

  1. $("#id").unbind("click")
  2. $("#id").unbind();

元素的显示隐藏

$("#id").show();

$("#id").hide();

$("#id").show("slow"); //600ms 

$("#id").show("normal"); //400ms

$("#id").show("fast"); //200ms

$("#id").hide("slow"); //600ms 

$("#id").hide("normal"); //400ms

$("#id").hide("fast");//200ms

$("#id").show(1000);//1000ms 

元素的淡入淡出
  1. $("#id").fadeIn();
  2. $("#id").fadeOut();

路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 立即注册

QQ|Archiver|手机版|小黑屋|召隆企博汇 ( 粤ICP备14061395号 )

GMT+8, 2024-11-24 02:17 , Processed in 0.019699 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部