$(document).ready(function(){
$('form').attr('action','');
});
</script>
表单通过javascript提交,传递访问表单的页面的动作和网址。
答案 0 :(得分:0)
在您使用的jquery中提交表单:
#nav-bar {
position:fixed;
float:left;
width:300px;
height:100%;
background-color:#000000;
}
.wrapper{
background-color:#ff0000;
margin-left:300px;
height:100%;
display:block;
}
.center{
background-color:#0000ff;
width:300px;
margin:auto;
}