我是JavaScript的初學者。我想在屏幕尺寸小於760像素時刪除數據切換屬性,並使href工作。我不知道如何刪除數據切換屬性,下面是我的代碼:如何在特定的窗口大小中刪除data-toggle =「modal」?
<div class="portfolio logo1 mix_all" data-cat="logo" style="display: inline-block; opacity: 1;">
<div class="portfolio-wrapper">
<a data-toggle="modal" data-target="#myModal1" href="http://www.example.com/main/includes/onepager/business_service/example/index.php" class="b-link-stripe b-animate-go thickbox">
<img class="p-img" src="http://www.example.com/theme/mobile-page-files/web/images/small-portfolio/example.JPG" />
<div class="b-wrapper">
<h2 class="b-animate b-from-left b-delay03">
<img src="http://www.example.com/theme/mobile-page-files/web/images/link-ico.png" alt=""/>
</h2>
</div>
</a>
</div>
<div class="port-info">
<h4>
<a href="http://www.example.com/main/includes/onepager/business_service/example/index.php"> Example</a>
</h4>
</div>
</div
如果我仍然有7個更多的模態與上面相同的代碼(與不同的href),這個編碼對這7個模態是否也起作用? – screasy
我將爲您調整演示,使其適用於多種模式。 –
@TracyTan我更新了答案代碼以及Codepen演示,以便處理多種模式。完成! –