来自书签的 jquery-ui
我正在尝试创建一个将使用 jquery-ui 的书签 - 我必须采取哪些步骤才能做到这一点?我的小书签加载远程脚本并将其附加到页面。该脚本包含 jquery 和 jquery-ui,但是获取样式表和图像变成了一场噩梦。我是否必须编辑所有 CSS 才能将图像指向远程服务器上的位置?
实际上,我想做的是有一个书签,它将在一个漂亮的可拖动 jquery-ui 对话框中弹出一些信息。有更简单的方法吗?
谢谢,
马拉
I'm trying to create a bookmarklet which will use the jquery-ui - what steps must I take to do this? My bookmarklet loads a remote script and appends it to the page. This script includes jquery and jquery-ui, but getting the stylesheets and images is turning into a nightmare. Do I have to edit all the CSS to point images to their locations on the remote server?
Effectively what I'm trying to do is have a bookmarklet which will pop up some information in a nice pretty draggable jquery-ui dialog. Is there an easier way?
Thanks,
Mala
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我做了同样的事情,但加载图像没有问题。
为了加载 jquery ui 图像,我只使用了 google cdn 服务器。这没有任何问题。
要从主网页加载项目,我必须上传一个返回完整主机 URL 的脚本。
I did the same, but I had no problems to load images.
To load the jquery ui images, I just used the google cdn server. That worked without any problems.
To load items from a master webpage, I had to upload a script which returns the complete host url.