{"id":13372139,"date":"2020-09-07T14:06:37","date_gmt":"2020-09-07T14:06:37","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/javascript-onclick-not-working\/"},"modified":"2020-09-07T14:11:07","modified_gmt":"2020-09-07T14:11:07","slug":"javascript-onclick-not-working","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/javascript-onclick-not-working\/","title":{"rendered":"Javascript onClick not working"},"content":{"rendered":"<p>Hello dear community,<\/p>\n<p>on my clients website I&#8217;m using a Smart Slider as Header. This Header is including a Call to Action button to arrange a video-call, which is linked to Calendly.<\/p>\n<p>The code for the button has been generated by Calendly. I&#8217;m using it in the static header on the mainpage as well (to get there, click on the logo top left corner) and its working properly.<\/p>\n<p>In my slider I added the code to the &#8220;Developer&#8221;-Tab under &#8220;JavaScript Callbacks&#8221;. This is how it looks:<\/p>\n<pre><code> jQuery(document).ready(function(){\n     jQuery(&#039;.btn-calendly&#039;).click(function(e){\n            e.preventDefault();\n            Calendly.initPopupWidget({url: &#039;https:\/\/calendly.com\/sokolov-steuerkanzlei\/30min&#039;});\n            return false;\n     });\n});<\/code><\/pre>\n<p>The script file is embedded in the template itself and I checked in the debugger, that it&#8217;s getting loaded:<\/p>\n<p><code>&lt;script src=&quot;https:\/\/assets.calendly.com\/assets\/external\/widget.js&quot; type=&quot;text\/javascript&quot;&gt;&lt;\/script&gt;<\/code><\/p>\n<p>But when I hit the button in the Slider, the script is not executed properly and afterwards the vertical scrollbar is disappearing.<\/p>\n<p>Any suggestions what I am doing wrong?<\/p>\n","protected":false},"template":"","class_list":["post-13372139","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/13372139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":2,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/13372139\/revisions"}],"predecessor-version":[{"id":13372148,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/13372139\/revisions\/13372148"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=13372139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}