{"id":2248,"date":"2019-10-18T09:37:56","date_gmt":"2019-10-18T08:37:56","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=2248"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"show-content-when-link-clicked-to-reveal-it","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/examples-javascript\/show-hide\/show-content-when-link-clicked-to-reveal-it","title":{"rendered":"Show content when link clicked to reveal it"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>  &lt;a id=\"my_show_search_box_button\" href=\"#\" onclick=\"document.getElementById('my_show_search_box_button').style.display='block'; document.getElementById('my_optional_container').style.display='block';\" >Display it&lt;\/a>\n    \n  &lt;div id=\"my_optional_container\" class=\"my_optional_container\" style=\"display:none\">\n    &lt;!-- Hidden content here -->\n    \n  &lt;\/div><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[186],"tags":[],"class_list":["post-2248","post","type-post","status-publish","format-standard","hentry","category-show-hide"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2248","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=2248"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2248\/revisions"}],"predecessor-version":[{"id":2249,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2248\/revisions\/2249"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=2248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=2248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=2248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}