{"id":4229,"date":"2022-07-14T11:01:48","date_gmt":"2022-07-14T10:01:48","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=4229"},"modified":"2022-07-15T11:36:49","modified_gmt":"2022-07-15T10:36:49","slug":"display-items-from-clicking-link","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/links-javascript\/display-items-from-clicking-link","title":{"rendered":"Display items from clicking link"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Display a single item<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div id=\"my_id\" style=\"visibility:hidden;\" &gt;&lt;a href=\"\/somepage\"&gt;I'm special&lt;\/a&gt;&lt;\/div&gt;\n\n&lt;a href=\"javascript:void(0);\" onclick=\"document.getElementById('my_id').style.visibility='visible';\" &gt;Click Me&lt;\/a&gt;<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Display multiple items on a page<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Give your items a class<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>  &lt;div class=\"SomeOtherClass DisplayMeOnClick\" style=\"display:none;\" &gt;&lt;a href=\"\/somepage\"&gt;I'm special&lt;\/a&gt;&lt;\/div&gt;\n\n  &lt;a href=\"\/someotherpage\" class=\"DisplayMeOnClick\" style=\"display:none;\" &gt;I'm also special&lt;\/a&gt;<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Your link to show the hidden items<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;a href=\"javascript:void(0);\" onclick=\"jQuery('.DisplayMeOnClick').show(); jQuery('.EcuHiddenAdminLink').hide();\" class=\"EcuHiddenAdminLink\" >Show Hidden Items&lt;\/a><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Display a single item Display multiple items on a page Give your items a class Your link to show the hidden items<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[67,74],"tags":[],"class_list":["post-4229","post","type-post","status-publish","format-standard","hentry","category-links-javascript","category-manipulating-html"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4229","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=4229"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4229\/revisions"}],"predecessor-version":[{"id":4239,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4229\/revisions\/4239"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=4229"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=4229"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=4229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}