Note that this is the API documentation for jQuery core. Other projects have API docs in other locations:jQuery UI API docs jQuery Mobile API docs QUnit API docsTraversing > Miscellaneous Traversing .add() Cre
.css() Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element. Also in:Attributes|Manipulation>Class Attribute .hasClass() Determine whether any of the matched elements are assigned the given...
To find out more about customizing the data source, see the documentation for the source option. Keyboard interaction When the menu is open, the following key commands are available: UP: Move focus to the previous item. If on first item, move focus to the input. If on the input, move ...
version added:1.7.on( events [, selector ] [, data ], handler ) events Type:String One or more space-separated event types and optional namespaces, such as "click" or "keydown.myPlugin". selector Type:String A selector string to filter the descendants of the selected elements that trig...
API Documentation Themes Development Support Blog AboutCategory: ThemingjQuery UI includes a robust CSS Framework designed for building custom jQuery widgets. The framework includes classes that cover a wide array of common user interface needs, and can be manipulated using jQuery UI ThemeRoller. By ...
.on( "mouseenter" [, eventData ], handler )Returns:jQuery Description:Bind an event handler to be fired when the mouse enters an element. version added:1.7.on( "mouseenter" [, eventData ], handler ) "mouseenter" Type:string The string"mouseenter". ...
The following defaults are configurable via the $.mobile object:activeBtnClass string, default: "ui-btn-active" The CSS class used for "active" button state. Deprecated in 1.4 and will be removed in 1.5. The class "ui-btn-active" will continue to be applied to elements as before. active...
Assert A reference to or instance of the object holding all of QUnit's assertions. See theAPI documentation forQUnit.assertfor details.
data-cornerstrue| false data-iconhome | delete | plus | arrow-u | arrow-d | carat-l | carat-t | carat-r | carat-b | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search ...
search Search jQuery API Documentation jQuery API 中文文档jQuery 是一个高效、精简并且功能丰富的 JavaScript 工具库。它提供的 API 易于使用且兼容众多浏览器,这让诸如 HTML 文档遍历和操作、事件处理、动画和 Ajax 操作更加简单。如果你是一个 jQuery 新手,我们建议你先到jQuery 学习中心历练历练。如果...