Simplemodal - 如何实现它?
这里是新手...向您专业人士提出的简单问题
如何在 html 页面上放置一个按钮,其中显示“电子邮件”,然后弹出简单模式联系表单(就像在演示中一样) 无法正确使用链接...:(
问候 /皮亚
Newbie here...easy question for you pro outthere
How to put a button on a htmlpage that says E-mail here, and then the simplemodal contactform pop up (just like in the demo)
Can't get it right with the link... :(
Regards
/Pia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这里发布您的代码(HTML 和 JS)会很有帮助,因为对于像这样的简单情况,示例非常清楚,因此很难知道您做错了什么。
检查以下内容:
顺序:JQuery、SimpleModal、JS 文件
包含
div 在你的 html 中使用 $('#id').modal()
最好 - $('.class').modal() 可能有效,
但通过 id 绑定是最好的
Posting your code (HTML and JS) would be helpful here as the examples are pretty clear for a simple situation like this, so it's hard to know what you're doing wrong.
Check the following:
order: JQuery, SimpleModal, JS file
that contains the modal-open binding
div in your html with $('#id').modal()
preferably - $('.class').modal() might work,
but binding by id is best
您是否尝试过下载联系表单演示并使用以index文件为例说明怎么做呢?
Have you tried downloading the contact form demo and using the code in the index file as an example of how to do it?