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();