-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对v6 content 传入元素还是提个建议 #126
Comments
是的哦 |
顺便问下,要怎么把保存的div放回原位去? |
还有就是原本div是隐藏的,弹出的时候,在 |
artdialog通过AJAX加载表单,在IE11和高版本的Chrome/38.0.2125.122 浏览器上,点击ok按钮提交无法获取到表单内容 |
请开新的 issues,并且提供有助于解决问题的描述信息(对话框与ajax、表单等毫不相干) |
This was referenced Apr 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v5 升级 v6, content修改不在原位置放占位div了,需要自己保存这个元素,这点可以理解,但是不自动把隐藏div显示出来,这个感觉太鸡肋了吧, 实在想不出哪个场景下,需要在正常页面上放一个元素,例如div,然后打开dialog的时候,把这个元素从原页面摘除,放在dialog中,点击关闭后,原页面上就少一个div,这个功能的用处何在? 99.999%的传入元素,应该都是隐藏元素,建议还是打开隐藏元素比较好。
The text was updated successfully, but these errors were encountered: