Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. else{
  2. document.getElementById("resultado").innerHTML = "Captura exitosa, se ha
  3. registrado el producto";
  4.  
  5. $(function () {
  6. $.ajax({
  7. type: 'post',
  8. url: 'save-productos.php',
  9. data: $('#form1').serialize(),
  10. datatype: JSON,
  11. success: function (data) {
  12. // alert(data);
  13. }
  14. });
  15. });
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement