This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
尝试从 JavaScript 函数返回
false
。这会导致浏览器在您的函数完成后停止运行并且不再点击链接。我假设当您现在单击该链接时,您将被带到该 url,并且 JavaScript 似乎不起作用。这是正确的吗?
Try returning
false
from your JavaScript function. This causes the browser to halt and not follow the link after your function is finished.I'm assuming that when you click the link now, you are just taken to the url and the JavaScript does not seem to work. Is that correct?