I have a modal that opens at the end of an action (Example: Disable User). I'm building the modal and wanted it to get the text present in an ajax variable. Verify code:
$.ajax({
url: "desativarUsuario.php",
type: 'post',...
asked by
10.11.2014 / 11:33