Methods

虽然jQuery UI主要包含的是widgets, interactions, h和 effects, 也添加了几个简单方便的方法。

Also in: UI Core

.disableSelection()

禁用选择匹配的元素集合内的文本内容。

Also in: Effects | Effects Core

.effect()

对一个元素应用动画特效。

Also in: UI Core

.enableSelection()

启用选择匹配的元素集合内的文本内容。

Also in: Method Overrides | UI Core

.focus()

异步聚焦到一个元素。

Also in: Effects | Effects Core | Method Overrides

.hide()

使用自定义效果来隐藏匹配的元素。

Also in: Method Overrides | Utilities

.position()

相对另一个元素定位一个元素。

Also in: UI Core

.removeUniqueId()

为匹配的元素集合移除由 .uniqueId() 设置的 Id。

Also in: UI Core

.scrollParent()

获取最近的可滚动的祖先。

Also in: Effects | Effects Core | Method Overrides

.show()

使用自定义效果来显示匹配的元素。

Also in: Effects | Effects Core | Method Overrides

.toggle()

使用自定义效果来显示或隐藏匹配的元素。

Also in: UI Core

.uniqueId()

为匹配的元素集合生成并申请一个唯一的 Id。

Also in: UI Core

.zIndex()

为元素获取 z-index。