Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能吗?
ajax 表单的目的是作为主表单的选择器。
表格不能嵌套。
顺便说一句,您不需要为此目的的表格。只需发送没有任何形式的 AJAX 请求。
在表单之外放置一个选择/一组单选按钮,分配onchange处理程序并在其中做任何你想做的事情。例如 - 发送 AJAX 查询并修改表单。
onchange