(function(a){a.fn.extend({fillSelect:function(b){var c={};var b=a.extend(c,b);return this.each(function(){var d=a(this);if(b.val!=0){a.get("/tools/ajaxRicerche.php",{data:b.tab,val:b.val},function(){}).complete(function(j){var j=j.responseText;var g=j.split(";");var e=document.getElementById(b.elemID);while(e.length>0){e.remove(0)}e.options[0]=new Option("-- Qualsiasi --",0);var f=g.length;for(i=0;i<f;i++){var h=g[i].split("|");e.options[i+1]=new Option(h[1],h[0]);if(h[0]==b.selId){e.selectedIndex=i+1}}})}})}})})(jQuery);
