SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same issue. Changing
$.ajax(...)
to
jQuery.ajax(...)
did not work. But then I found that jQuery was included twice and removing one of them fixed the problem.