Skip to content

Instantly share code, notes, and snippets.

@SergioCrisostomo
Forked from anonymous/inicio.php
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SergioCrisostomo/86604d6732d6c0115457 to your computer and use it in GitHub Desktop.
Save SergioCrisostomo/86604d6732d6c0115457 to your computer and use it in GitHub Desktop.
<?php
success: function (resposta) {
resposta = JSON.parse(resposta);
console.log(resposta);
if (resposta[0]) paraRemover.each(function(){
this.tr.remove();
}
alert(resposta[1]);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment