摘要: //得到select项的个数 jQuery.fn.size = function(){ return jQuery(this).get(0).options.length; } //获得选中项的索引 jQuery.fn.getSelectedIndex = function(){ return jQuery(this).get(0).selectedIndex; } //获得当前选中项的文本 ... 阅读全文
posted @ 2010-07-27 16:32 静夜品茗 阅读(1428) 评论(0) 推荐(0) 编辑