Guest User

Untitled

a guest
Jan 21st, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $(document).ready(iniciar)
  2.  
  3. function iniciar(){
  4. $.ajax({
  5. type:"POST",
  6. url:"../modelos/sucursales.php",
  7. success:function(datos){
  8. $(".sucursal").html(datos);
  9. }
  10. });
  11. }
Add Comment
Please, Sign In to add comment