#ajax
2 PostsThe right way to do an ajax post in Wordpress
For a long time making ajax calls in Wordpress was very confusing to me. After reading the Codex and several articles about it, I think I…
Passing checkbox (boolean) values in ajax
Problem: I was reminded today that JavaScript boolean values don't translate well to PHP. Here's an example. Say you have a form with a…