Shadowbox - 打开内联元素
我正在使用 Shadowbox 和 jQuery。
我可以在页面加载时打开它。
我想做的是。
打开影子框并显示一个表单,用户可以在其中输入他们的电子邮件地址。
然后我想通过ajax提交所述表单。
我将表单转储到包含 id 为 #dialog
的隐藏 div 中的页面上。
我的问题是。
如何使用内联元素自动打开阴影框?
I am using shadowbox and jQuery.
I have it opening on page load fine.
What I want to do is.
Have the shadowbox open up and show a form where the user can enter their email address.
I then want to submit said form via ajax.
I am dumping the form on the page wrapped in a hidden div with the id of #dialog
.
My question is.
How can I get the shadowbox to be opened automatically with an inline element?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Shadowbox.open 方法。
您将需要更改一些参数才能使其使用内联内容。
Use the Shadowbox.open method.
You will need to change some of the params to get it to use the inline content.