function myyingsinit(){ var s = ''; $('#searsearch_bar').prepend(s); $('#typeid').change(function(){ yy.search({'typeid':this.value}); }); } yy.onshowdata=function(da){ if(da.typearr){ js.setselectdata(get('typeid'), da.typearr, 'id'); } } myyingsinit();