Posts tagged with "ajax"

The 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...

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...