Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $('#add_return1').click(function () {
  2.  
  3. $.ajax({
  4. type: "POST",
  5. url: 'anular.php',
  6. success: function(data) {
  7. $('#result').html(data);
  8. }
  9. });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement