html target指定在div,html - How to target the href to div - Stack Overflow

这篇博客探讨了如何使用JavaScript实现点击HTML链接来显示指定ID的内容到目标div中。作者提供了一个简单的HTML和CSS代码示例,其中链接与隐藏的div ID相关联。当用户点击链接时,对应的div内容应在目标div中显示。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Here i am trying to open and get the contents of one div to target div on-click on a href.

Here i have table where i have hrefs which has the link to div ids, and i have an target div which is empty.

when i click the href links, the linked div contents should open in the target div.

for ex:

for link fea1 i have linked id #m1, when i click the fea1, the #m1 contents should appear in target div.

How can i do this???

here is my code:

HTML:

Example


fea1


fea2


fea3


fea4


fea5


fea6


fea7


fea8


fea9


dasdasdasd

dadasdasdasd

sdasdasds

dasdasdsad

dasdasd

asdasdad

asdasda

dasdasd

dasdasdsgaswa

css:

a{

text-decoration:none;

color:black;

}

.target{

width:50%;

height:200px;

border:solid black 1px;

}

#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9{

display:none;

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值