<a class="tiao" href="./index.php"></a>
JS实现无跳转a标签
<script type="text/javascript"> $(".tiao").click(function (){ return false; }) </script>
a标签实现不跳转点击
原文:http://www.cnblogs.com/wenhainan/p/6050473.html