想想学习jQuery也有几天了,然后今天由于工作需要,我需要把select对应下的option所有的value和
text获取出来,然后拼接,导入到xml文件中,结果搞了一下午,终于搞出来了。下面是对应的代码:
中的代码是从别人的网站上复制过来的,我现在需要获取它的value和text,然后拼接成<朝阳>7朝阳>的形式
<select name="UserBorough" size="6" class="input" id="UserBorough" style="width:150px;" onchange="setSmallBorough('UserBorough','SmallBorough','/search_auto.aspx?searchtype=Borough&searchkey='+ this.options[this.selectedIndex].value +'','');">