创建表单里面AJAX成功回调
我使用 getJSON 通过连接 html 来填充 function(data) {...} 内的表单元素。
在 getJSON 的成功回调中创建动态 HTML 表单的最佳方法是什么?
我应该能够基于此表单中的按钮单击来启用/显示 div/UI 元素。
谢谢
I am using getJSON to populate form elements inside function(data) {...} by concatenating html.
What is the best way to create dynamic HTML Form inside the success call back of getJSON.
I should be able to enable/show divs/UI elements based on button clicks in this form.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 jQuery 使用以下模式轻松创建 HTML:
或者更具体地说:
希望这会有所帮助!
You can easily create HTML using jQuery with the following pattern:
Or more specifically:
Hope this helps!
最好创建动态内容并在弹出窗口中显示它。
如果您能通过代码进行一些解释,那就太好了,并且您会得到更快的响应。
It would be better to create the dynamic content and show it in an Pop-up.
If u would explain a bit through code it would be nice and you will get a quicker response.