a标签实现不跳转点击

<a  class="tiao" href="./index.php"></a>

  JS实现无跳转a标签 

<script type="text/javascript">
$(".tiao").click(function (){
    return false;    
})
</script>

 

 
posted @ 2016-11-10 12:37  山上小和尚  阅读(891)  评论(1编辑  收藏  举报