本文实例讲述了jquery实现TAB选项卡鼠标经过带延迟效果的方法。分享给大家供大家参考。具体如下:
如果你想实现鼠标停留在DIV上面N秒后才执行某些函数,或者类似下面的TAB切换时不经过之间的显示,用下面的方法可以实现。
<!doctype html> <html> <head> <meta charset="utf-8"> <title>hoverTAB有延迟显示的效果</title> <style type="text/css"> *{ padding:0; margin:0; list-style:none;font-size:12px;} .mytab { background: #007373; width: 600px; margin-top: 100px; margin-right: auto; margin-left: auto; height: 230px; } .mytab .title li { float: left; width: 100px; height: 30px; line-height: 30px; text-align: center; background: #099; border: 1px solid #FFF; margin-left: 14px; margin-top: 14px; } .mytab .content li { line-height: 200px; text-align: center; height: 200px; width: 600px; clear: both; } .mytab .title li.cur { color:#000; background: #FFF; font-weight: bold; border: 1px solid #000; } a { color:#FFF} .mytab .title li.cur a{ color:#000;} </style> <script src="/UploadFiles/2021-04-02/jquery.min.js">希望本文所述对大家的jquery程序设计有所帮助。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“jquery实现TAB选项卡鼠标经过带延迟效果的方法”评论...