How to enable the jQuery, AJAX and JSON in the WordPress pages?.
@mvk jquery, ajax and json are part of WordPress. So they should be enabled.
Hope it helps!
I thought so, but the simple jQuery commands don't work. And I can't find where jQuery is included in the page. And can't access in the actual header of the pages through the WordPress hosting, just in the parts of the body.
@mvk for WordPress you need to use jQuery(), instead of $().
Like this:
jQuery("#hero").someFunction();
Hope it helps!