码迷,mamicode.com
首页 > Web开发 > 详细

jQuery: Redirect to other URL

时间:2014-07-06 20:53:00      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:blog   http   java   cti   javascript   html   

<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

标签:blog   http   java   cti   javascript   html   

原文地址:http://www.cnblogs.com/babietongtianta/p/3824600.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!