jquery实现点击进入新的页面。,jquery实现超链接

<script src="jquery-1.9.1.min.js" type="text/javascript"></script>

<script>

$(function(){

$(".li1").click(function(){

window.location.href="http://www.51wangfu.com/xiaoguoyingxiao/ ";

});

});