资源大小: 5KB
发布时间: 2011-05-12
文件格式: none
下载次数: 4
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

//得到select项的个数 jQuery.fn.size = function(){ return $(this).get(0).options.length; } //获得选中项的索引 jQuery.fn.getSelectedIndex = function(){ return $(this).get(0).selectedIndex; } //获得当前选中项的文本 jQuery.fn.getSelectedText = function(){ if(this.size() == 0) return "下拉框中无选项"; else{ var index = this.getSelectedIndex(); return $(this).get(0).options[index


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。