If you’re creating plugins for WordPress, chances are you’ll need to use AJAX at some point. Today I want to share with you some of the best resources I’ve found while I was learning how to use AJAX in plugins myself. Hope you find them useful.
As you probably know the best way to load scripts in WordPress is to use the wp_enqueue_script() function. However the process for loading scripts is slightly different depending on where you’re calling the script from.