Ajax TypeError: $.POST is not a function

I’m assuming that you are using JQuery? If so, then the correct method is:

$.post();

JavaScript is case sensitive.

Leave a Comment