标签:
<form action="#" id="loginForm"></form>
<script>
$(function(){
$("Login^=Login").on(‘click‘,function(){
location.href="other.html";
}):
});
</script>
居然不跳转。。。神奇问题,后面发现button放在form中不管用,修改为a或者input type=“button”就好了
标签:
原文地址:http://my.oschina.net/u/163029/blog/530759