aui / artDialog

经典的网页对话框组件

Home Page:http://aui.github.com/artDialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么提交表单

zhusaidong opened this issue · comments

写了url,点击确定的时候怎么提交url中的html的表单

commented

操作form提交啊
$form.submit()

ajax也行啊。
var data = $.serializeJSON()之类的

@lcoder 写了url,会把url放到iframe里,外面调用不到iframe里的form

commented

可以的。子调父,父调子,双向都可以获取到元素啊。获取iframe里的元素参考