当前位置:网站首页>JQ implements tab switching
JQ implements tab switching
2022-06-25 19:33:00 【Bin daotianxia】
<!-- html Code begin -->
<div id="outer">
<ul id="tab" class="">
<li class="ck"> title 1</li>
<li> title 2</li>
<div class="clearfix"></div>
</ul>
<div id="content">
<ul style="display:block;">
11111111
</ul>
<ul style="display:none;">
222222222222
</ul>
</div>
</div>
<!-- html Code end --><script src="http://www.lanrenzhijia.com/ajaxjs/jquery.min.js"></script>
<script>
$(function(){
window.onload = function()
{
var $li = $('#tab li');
var $ul = $('#content ul');
$li.mouseover(function(){
var $this = $(this);
var $t = $this.index();
$li.removeClass();
$this.addClass('ck');
$ul.css('display','none');
$ul.eq($t).css('display','block');
})
}
});
</script>
边栏推荐
- MySQL prompt performance_ Schema missing table
- Android Development Notes - Quick Start (from sqllite to room licentiousness) 2
- 3、 Hikaricp source code analysis of connection acquisition process III
- R语言plotly可视化:plotly可视化二维直方图等高线图(Basic 2D Histogram Contour)
- Analysis on market scale and supply of China's needle coke industry in 2020 [figure]
- Go language installation and uninstallation
- Redis cache preheating & avalanche & breakdown & penetration
- Mail monitoring cloud script execution progress
- Vulnhub range the planes:earth
- System optimization method
猜你喜欢

What should I pay attention to in GoogleSEO content station optimization?

Elastic high-performance computing on the cloud supports the rapid development of the life science industry, reducing costs and increasing efficiency

On Oracle full stack virtual machine -- graalvm

谈谈CNN中的位置和尺度问题
![Analysis on China's aluminum foil output, trade and enterprise leading operation in 2021: dongyangguang aluminum foil output is stable [figure]](/img/e8/027e8a6cbdc4454e7a18ed7aa2122a.jpg)
Analysis on China's aluminum foil output, trade and enterprise leading operation in 2021: dongyangguang aluminum foil output is stable [figure]

什么是算子?

Combing the latest Data Mining Event Scheme!

Cutting feet to fit shoes - talking about the ramp reconstruction on the track

SEO outsourcing reliable company, enterprise SEO outsourcing company which reliable?

LeetCode-78-子集
随机推荐
QQ robot epidemic situation query / epidemic situation concern [latest beta2 version]
Analyse du code source du processus d'acquisition et de connexion hikaricp II
MySQL view explanation
Tcp/ip test questions (V)
一、HikariCP获取连接流程源码分析一
Dependency injection in PHP reflection implementation framework
ActiveMQ--CVE-2016-3088
Validation of TTF font by validator of laravel
Tiger Dao VC products are officially launched, a powerful supplement to seektiger ecology
English name of each stage of software version
SQL is used for field data types in various databases
Tcp/ip test questions (4)
Is it safe for tongdaxin to open an account?
MySQL transaction explanation
How to quickly close port 8080
Solidity contract address to wallet, wallet address to contract
Electronic basic project construction & communication between main thread and rendering thread
Tcp/ip test questions (III)
Network security detection and prevention test questions (II)
网络安全检测与防范 练习题(三)