{"id":596,"date":"2012-09-28T11:06:22","date_gmt":"2012-09-28T11:06:22","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=596"},"modified":"2022-02-17T07:14:47","modified_gmt":"2022-02-17T07:14:47","slug":"calling-functions-from-links","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/functions-javascript\/calling-functions-from-links","title":{"rendered":"Calling functions from links"},"content":{"rendered":"<pre><code>\r\n&lt;a href=\"javascript:void(0)\" onClick=\"javascript:my_function();\"&gt;Click here&lt;\/a&gt;\r\n\r\nThe href can alternatively be set with the URL to use if the users doesn't have javascript enabled, use Return false in the javascript if you don't want the link to auto trigger\r\n\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&lt;a href=&#8221;javascript:void(0)&#8221; onClick=&#8221;javascript:my_function();&#8221;&gt;Click here&lt;\/a&gt; The href can alternatively be set with the URL to use if the users doesn&#8217;t have javascript enabled, use Return false in the javascript if you don&#8217;t want the link to auto trigger<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[],"class_list":["post-596","post","type-post","status-publish","format-standard","hentry","category-functions-javascript"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=596"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/596\/revisions"}],"predecessor-version":[{"id":599,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/596\/revisions\/599"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}