{"id":2497,"date":"2019-12-08T12:39:05","date_gmt":"2019-12-08T12:39:05","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2497"},"modified":"2022-02-17T07:13:48","modified_gmt":"2022-02-17T07:13:48","slug":"javascript-in-wordpress","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/javascript-wordpress\/javascript-in-wordpress","title":{"rendered":"Javascript in WordPress"},"content":{"rendered":"\n<p>$ causes a clash in wordpress so you need to<\/p>\n\n\n\n<p>Change the &#8216;$&#8217; in this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$(window).on('load'<\/code><\/pre>\n\n\n\n<p>to this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>jQuery(window).on('load'<\/code><\/pre>\n\n\n\n<p>Reason: <a href=\"https:\/\/mkyong.com\/jquery\/jquery-is-not-working-in-wordpress-solution\/\">https:\/\/mkyong.com\/jquery\/jquery-is-not-working-in-wordpress-solution\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>$ causes a clash in wordpress so you need to Change the &#8216;$&#8217; in this: to this: Reason: https:\/\/mkyong.com\/jquery\/jquery-is-not-working-in-wordpress-solution\/<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[214],"tags":[],"class_list":["post-2497","post","type-post","status-publish","format-standard","hentry","category-javascript-wordpress"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=2497"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2497\/revisions"}],"predecessor-version":[{"id":2659,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2497\/revisions\/2659"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2497"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2497"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}