来自书签的 jquery-ui

发布于 2024-08-26 19:46:39 字数 236 浏览 5 评论 0原文

我正在尝试创建一个将使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫七 2024-09-02 19:46:39

我做了同样的事情,但加载图像没有问题。
为了加载 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文