作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
示例单一服务第一个标签重定向到 #xx,第二个标签重定向到 #yy,两者都在我网站的另一个子页面上。
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-service lk1">
<p>Lorem ipsum dolor sit amet consectetur adipisicing eli</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-service lk2">
<p>Lorem ipsum dolor sit amet consectetur adipisicing eli</p>
</div>
</div>
</div>
const $offert = ["xx", "yy"];
const $clicken = $('.single-service');
$($clicken).click(function(){
window.location='oferta/index.html';
})});
最佳答案
这些东西应该在没有脚本引擎帮助的情况下工作
请使用常规的 HTML anchor ,例如 <A ID="sectionID"
并在链接上使用分形 URL,例如 <A HREF="oferta/index.html#sectionID"..
进行 super 跳跃。
关于javascript - 如何使点击 div 重定向到另一个页面的 anchor ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55231255/
我在 StackOverflow 和其他地方看到了很多与此类似的问题,但没有一个直接解决我的问题。我正在 THREE.js 中使用凸包生成器生成 n 边多面体。我想将方形纹理映射到每个多面体的每个面上
我是一名优秀的程序员,十分优秀!