我如何在我的网站上引用 jquery ui 图标。 。

发布于 2024-10-31 02:23:12 字数 44 浏览 0 评论 0原文

有没有办法在我的网站的任何地方将 jquery ui 图标引用为常规图像?

is there anyway to reference jquery ui icons as regular images anywhere in my site?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

隱形的亼 2024-11-07 02:23:12

如果您已链接到 jquery CSS,则可以通过应用 .ui-icon 基类和特定图标类(例如 - .ui-icon-close 表示关闭按钮)来获取图标到你的元素(通常是跨度)

jquery wiki 有一个完整的图标及其类列表,你可以在这里找到它: http://wiki.jqueryui.com/w/page/12137970/jQuery-UI-CSS-Framework

只需检查图标并获取类。

编辑

示例用法

<span class="ui-icon ui-icon-zoomin"></span> <!-- Shows a magnifying glass -->
<span class="ui-icon ui-icon-play"></span> <!-- Shows a play button -->

If you've linked to the jquery CSS, you can get at the icons by applying the .ui-icon base class and the specific icon class (e.g - .ui-icon-close for close button) to your element (usually span)

The jquery wiki has a comprehensive list of icons and their classes, you can find it here : http://wiki.jqueryui.com/w/page/12137970/jQuery-UI-CSS-Framework

Just inspect the icon and get the class.

EDIT

Sample usage

<span class="ui-icon ui-icon-zoomin"></span> <!-- Shows a magnifying glass -->
<span class="ui-icon ui-icon-play"></span> <!-- Shows a play button -->
国际总奸 2024-11-07 02:23:12

看一下这个代码片段: http://www.xinotes.org/notes/note/第773章

Take a look at this code snipplet: http://www.xinotes.org/notes/note/773/

行至春深 2024-11-07 02:23:12

您可以使用 jQueryUI Icons Cheatsheet 中的图标类

you can use icon classes from jQueryUI Icons Cheatsheet

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