owhile 2015-10-12
点击页面上的空链接,点击后页面自动刷新并会定位到页面顶端。
<a href="#2">网站编程</a>
点击A标签,html页面不刷新的情况
第一种情况:
a href="javascript:void(0);" onclick="js_method()"
function js_method(){
return false;
}
第二种情况下:
a href="javascript:void(0);" onclick="js_method()" js代码中无需返回 false;
综上所述:
a href="javascript:void(0);" onclick="js_method()"
a href="javascript:;" onclick="js_method()"
a href="#" onclick="js_method();return false;"
字符串过于长的时候需要通过仅仅展示前4个,用...表示省略,<c:if test="${fn:length<=5}">${word.type}</c:if>href触发JavaScript事件:。<a