jQuery/jQuery UI/Javascript“实时” HTML 中的 get()
那样进行 jquery/javascript 调用
<span onclick="$('#dialog-2').html($.get('http://url.com');">Info</span>
是否可以像直接从 html 代码
?我想从代码中的 url direkt 获取内容 - 进入当前打开的对话框(http://jqueryui.com/demos/dialog/)
问候
is it possible to make a jquery/javascript call like
<span onclick="$('#dialog-2').html($.get('http://url.com');">Info</span>
direct from html code ?
i would like to get the content from a url direkt in code - into a current opened dialog box (http://jqueryui.com/demos/dialog/)
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看
load()
函数:http://api.jquery.com/load /Check out the
load()
function: http://api.jquery.com/load/