jQuery UI API 类别 - 方法(Methods)
jQuery UI 教程
· 2019-04-04 17:57:45
尽管 jQuery UI 主要由 小部件(Widgets)、交互(Interactions) 和 特效(Effects) 组成,但是还有一些简单的方法,增加了便利性。
| API | 描述 | 也属于类别 |
|---|---|---|
| .disableSelection() | 禁用选择匹配的元素集合内的文本内容。 | UI 核心(UI Core) |
| .effect() | 对一个元素应用动画特效。 | 特效(Effects) | 特效核心(Effects Core) |
| .enableSelection() | 启用选择匹配的元素集合内的文本内容。 | UI 核心(UI Core) |
| .focus() | 异步聚焦到一个元素。 | 方法重载(Method Overrides) | UI 核心(UI Core) |
| .hide() | 使用自定义效果来隐藏匹配的元素。 | 特效(Effects) | 特效核心(Effects Core) | 方法重载(Method Overrides) |
| .position() | 相对另一个元素定位一个元素。 | 方法重载(Method Overrides) | 实用工具(Utilities) |
| .removeUniqueId() | 为匹配的元素集合移除由 .uniqueId() 设置的 Id。 | UI 核心(UI Core) |
| .scrollParent() | 获取最近的可滚动的祖先。 | UI 核心(UI Core) |
| .show() | 使用自定义效果来显示匹配的元素。 | 特效(Effects) | 特效核心(Effects Core) | 方法重载(Method Overrides) |
| .toggle() | 使用自定义效果来显示或隐藏匹配的元素。 | 特效(Effects) | 特效核心(Effects Core) | 方法重载(Method Overrides) |
| .uniqueId() | 为匹配的元素集合生成并申请一个唯一的 Id。 | UI 核心(UI Core) |
| .zIndex() | 为元素获取 z-index。 | UI 核心(UI Core) |
点击查看所有 jQuery UI 教程 文章: https://codercto.com/courses/l/41.html
REST in Practice
Jim Webber、Savas Parastatidis、Ian Robinson / O'Reilly Media / 2010-9-24 / USD 44.99
Why don't typical enterprise projects go as smoothly as projects you develop for the Web? Does the REST architectural style really present a viable alternative for building distributed systems and ent......一起来看看 《REST in Practice》 这本书的介绍吧!