Skip to content

Instantly share code, notes, and snippets.

@JKirchartz
Created October 17, 2016 20:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JKirchartz/6f863aafd2b50cbb37a1705b28214a4e to your computer and use it in GitHub Desktop.
Save JKirchartz/6f863aafd2b50cbb37a1705b28214a4e to your computer and use it in GitHub Desktop.
WordPress AJAX Resources, stolen from CHRISMCCOY @ http://pastebin.com/gpp0wdry

Ajax Media Upload with jQuery and WP-API http://www.roysivan.com/ajax-media-upload-jquery-wp-api/

Ajax callback tests https://gist.github.com/franz-josef-kaiser/8804885

Ajax in WordPress, a Class based example https://gist.github.com/franz-josef-kaiser/6902888

Example showing how to use AJAX in WordPress https://gist.github.com/Jackreichert/5233481

How to delete a post using ajax http://www.vandelaydesign.com/delete-a-wordpress-post-using-ajax/

Ajax for the frontend and backend http://benmarshall.me/wordpress-ajax-frontend-backend/

Toggle category with ajax https://gist.github.com/davejamesmiller/1966470

A primer on ajax in WordPress, understanding the process http://code.tutsplus.com/tutorials/a-primer-on-ajax-in-the-wordpress-frontend-understanding-the-process--wp-27052 http://code.tutsplus.com/tutorials/a-primer-on-ajax-in-the-wordpress-frontend-actually-doing-it--wp-27073

Handling AJAX in WordPress in style https://webdevstudios.com/2015/02/12/handling-ajax-in-wordpress/

Ajax Password Protected Posts https://gist.github.com/trepmal/3759747

Process Ajax Requests Correctly https://pippinsplugins.com/process-ajax-requests-correctly-in-wordpress-plugins/

Improved Ajax Techniques http://code.tutsplus.com/tutorials/improved-ajax-techniques-for-wordpress-object-oriented-programming--cms-24897 http://code.tutsplus.com/tutorials/improved-ajax-techniques-for-wordpress-procedural-programming--cms-24854

Unit Testing Ajax and API Requests https://deliciousbrains.com/unit-testing-ajax-api-requests-wordpress-plugins/

Priority of ajax in WordPress https://tommcfarlin.com/priority-of-ajax-in-wordpress/

Ajax template part for WordPress https://github.com/Giuseppe-Mazzapica/ATP

Advanced Ajax List Table library for Wordpress https://github.com/UsabilityDynamics/lib-wp-list-table

Example WordPress Plugin demonstrating how to correctly use nonces for forms and AJAX requests https://github.com/n7studios/implementing-wordpress-nonces

How to use ajax in WordPress for data insertion https://www.inkthemes.com/how-to-use-ajax-in-wordpress-for-data-insertion/

Improved WordPress front end ajax processing http://torquemag.io/2014/12/improved-wordpress-front-end-ajax-processing/

Filter posts by tag using ajax https://www.bobz.co/ajax-filter-posts-tag/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment