下面介绍在jQuery中设置form表单中action的值的方法。
$("#myFormId").attr("action", "userinfo.do");
【注意】:$("#myFormId").action="XXX"; 这种写法是不起作用的!