How to use AJAX on WordPress

How to use AJAX on WordPress

*If you already know what is an AJAX request please just jump right to the section where I will talk about [how to start coding](https://bordoni.me/wordpress/ajax-wordpress/#wordpress-backend).* ### What is an AJAX request First you will need to understand that an [AJAX request](http://codex.wordpress.org/AJAX) is nothing more then a simple `GET` or `POST` to an URL that you…