$.ajax({ type: \"POST\", url: baseURL+\"sys/formTipi_azioni\",data:\"az_tipo=\"+azione, beforeSend: function(){$(\"#form\").html(\'
Never use escape(). Use encodeURIComponent().
escape()
encodeURIComponent()