Andrea
Andrea
Tu dici di fare una cosa cosi ma a me non va ....
codice:$(document).ready(function() { $("#tipologia").change(function() { if ($(this).val() == "Hotel" || $(this).val() == "Residence") { $("#tipologia").date_Picker(); } else { $("#txtSearch").datepicker("destroy"); } }).change();});