<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
<body>
<input id="btnTest" type="button" value="Test" />
</body>
<script type="text/javascript">
$(‘#btnTest‘).click(function () {
$(window.location).attr(‘href‘, ‘http://www.google.com‘);
});
</script>
</html>
jQuery: Redirect to other URL,布布扣,bubuko.com
原文:http://www.cnblogs.com/babietongtianta/p/3824600.html