JS实现点击链接取消跳转效果的方法 return false;不好使,该肿么办?
这里html页面
Image gallery Snapshots
Choose an image.
这是js代码
function showPic(whichpic) { var source = whichpic.getAttribute("href"); var placeholder = document.getElementById("placeholder"); placeholder.setAttribute("src",source); var text = whichpic.getAttribute("title"); var description = document.getElementById("description"); description.firstChild.nodeValue = text;}现在点击链接想取消跳转效果,但是一直取消不掉,该肿么办??? |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|