设置元素href值jQuery

时间:2017-07-05 19:59:06

标签: javascript jquery attributes

此处已有一些帖子,this one无法更简单地关注。出于某种原因,虽然我无法将元素链接到href属性。

这是需要链接的元素的类:.vc_tta-tab:nth-child(1);

页面上有一个锚 #about ;

这是我正在使用的jQuery:

<script>
jQuery('.vc_tta-tab:nth-child(1)').prop('href','https://example.com/#about');
</script>

我们的想法是使用.vc_tta-tab:nth-child(1)元素链接到页面上的 /#about 部分。

请有人帮我纠正我做错的事吗?

1 个答案:

答案 0 :(得分:0)

VDesign使用attr代替prop是正确的。对于您的URL,我认为您可能需要实际页面才能使用锚点。与http://example.com/index.html#about代替http://example.com/#about