// function myyingsinit(){ // var s = ''; // $('#searsearch_bar').prepend(s); // $('#type_id').change(function(){ // yy.search({'type_id':this.value}); // }); // } // // 生成下拉选项 // yy.onshowdata=function(da){ // if(da.typearr){ // js.setselectdata(get('type_id'), da.typearr, 'id'); // } // } // myyingsinit();