jQuery: Redirect to other URL

<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

jQuery: Redirect to other URL

上一篇:PHP中调用Soap/WebService


下一篇:模块化开发,SesJS简单总结