mojoportal中替换第一层菜单中的连接为空连接

<script type ="text/javascript" >
$(document).ready(function(){
$("ul.AspNet-Menu li.AspNet-Menu-WithChildren > a").each(function(){

$(this).attr("href","#");
})
});
</script>

posted on 2010-08-31 15:54  蓝蓝的天2016  阅读(196)  评论(0编辑  收藏  举报