获取当前select选择的option

$('#customerName').bind('change', function(){

   $('#jingangCode').val( this.options[this.selectedIndex].attributes["jingangcode"].value);

  });

你可能感兴趣的:(获取当前select选择的option)