在我的申请中: 我喜欢这个。 my videos
点击我的视频后,会重定向到youtube页面。现在重定向后可以更改该地址URL
youtube/my-technotes1
类似于my-tech-videos
。
有可能吗?
答案 0 :(得分:0)
$("#atag").click(function(){
$(this).attr("href","http://www.youtube.com")
})

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<a href="http://www.google.com" id="atag" target="_blank">my videos</a>
&#13;