jQuery UI option(optionName) 方法用于检查方法是否返回表示对象选项是否存在的布尔值。
句法:
$( ".selector" ).button( "option","optionName" )
参数:
- optionName:要检查的选项。
返回值:此方法返回一个布尔值。
- jQuery UI 库的链接:
href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css”>
- 或者
href=”https://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css”>
下面是显示此方法实现的示例。
示例 1:
HTML
GeeksforGeeks
jQueryUI | Button option Method
输出:
参考: https://api.jqueryui.com/button/