jquery 获取/设置form action路径

获取from的action:

$("#formID)").attr("action");

设置form的action:

$("#formID)").attr("action","/api/test/");

 

你可能感兴趣的