jquery下拉列表选中项改变时获取新选项的属性值

1 $("#textSel").change(funtion(){
2     var selVal=$(this).val();
3     var selText=$("#textSel option:selected").text();
4     var otherAttr=$("#textSel option:selected").attr("...");
5 });

 

posted on 2014-01-06 10:12  iackjee  阅读(616)  评论(0编辑  收藏  举报

导航