//select下拉选点击事件,获取选中option的value
$('#selectId').change(function(){
var x = $(this).children('option:selected').val();
}
$("#deviceType").find("option:selected").val(),
//select下拉选点击事件,获取选中option的value
$('#selectId').change(function(){
var x = $(this).children('option:selected').val();
}
$("#deviceType").find("option:selected").val(),