https://github.com/parzibyte/jquery-ajax-php
Ejemplos de GET y POST en jQuery usando AJAX. PHP es usado en el servidor
https://github.com/parzibyte/jquery-ajax-php
ajax form get html jquery json php post
Last synced: 9 months ago
JSON representation
Ejemplos de GET y POST en jQuery usando AJAX. PHP es usado en el servidor
- Host: GitHub
- URL: https://github.com/parzibyte/jquery-ajax-php
- Owner: parzibyte
- License: mit
- Created: 2019-09-24T17:48:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T17:52:28.000Z (over 6 years ago)
- Last Synced: 2025-05-16T06:03:06.128Z (about 1 year ago)
- Topics: ajax, form, get, html, jquery, json, php, post
- Language: HTML
- Size: 55.7 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AJAX, jQuery y PHP
Ejemplos de peticiones HTTP asíncronas de JavaScript usando jQuery, llamadas a un servidor con PHP.
https://parzibyte.me/blog
## Cargar JSON o HTML
Usar el método `$.get` de jQuery para cargar JSON o HTML:

Tutorial: [https://parzibyte.me/blog/2019/09/24/ajax-php-jquery-carga-datos/](https://parzibyte.me/blog/2019/09/24/ajax-php-jquery-carga-datos/)
## Enviar formulario
Enviar un formulario usando AJAX con el método `$.post` de jQuery. Procesarlo con PHP:

Tutorial: [https://parzibyte.me/blog/2019/09/24/formulario-php-jquery-ajax/](https://parzibyte.me/blog/2019/09/24/formulario-php-jquery-ajax/)