📜  jQWidgets jqxDropDownList getSelectedIndex() 方法

📅  最后修改于: 2022-05-13 01:56:01.924000             🧑  作者: Mango

jQWidgets jqxDropDownList getSelectedIndex() 方法

jQWidgets 是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxDropDownList 小部件是一个 jQuery 下拉列表,其中包含显示在下拉列表中的可选项目列表。

getSelectedIndex() 方法用于获取所选项目的索引。它不接受任何参数并返回所选项目的索引。如果没有选择任何项目,则返回 -1。

句法:

$("Selector").jqxDropDownList('getSelectedIndex');

链接文件:从链接 https://www.jqwidgets.com/download/ 下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。

下面的例子说明了 jQWidgets 中的 jqxDropDownList getSelectedIndex() 方法。

例子:

HTML


  

    
    
    
    
    
    
    
    
    

  

    
        

            GeeksforGeeks         

           

            jQWidgets jqxDropDownList getSelectedIndex() Method         

           
                
          


输出:

参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdropdownlist/jquery-dropdownlist-api.htm