var archivio = { ricerca : function(){ $.ajax({ url : 'http://www.radiostellacitta.it/sito/web/archivio_risultati' , type : 'POST' , data : $('#id_form_ricerca').serialize() , success : function(data_resp){ $('#id_risultati_ricerca').html(data_resp) } }) } }