Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到了这个问题:
在页面加载时显示 jQModal 窗口
并且当我的内容不是使用 ajax 从远程源中提取时工作正常。
如何在页面加载时在 jqmodal 中使用 ajax?
尝试这个 :
$('#ex1').jqm({ajax: 'path/to/text.html'}).jqmShow({ overlay: 70 });