{"id":2920,"date":"2020-06-27T11:59:46","date_gmt":"2020-06-27T10:59:46","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=2920"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"changing-an-image","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/manipulating-html\/changing-an-image","title":{"rendered":"Changing an image"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>  &lt;script type=\"text\/javascript\">\n    document.getElementById('logo_img').src = \"\/my-folder\/my-image.png\";\n    document.getElementById('logo_img').title = \"My Title\";\n    document.getElementById('logo_img').alt = \"My Alt\";\n  &lt;\/script><\/code><\/pre>\n\n\n\n<p>If you need to stop the image beign changed by a later script you can add this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>document.getElementById('logo_img').id = \"new_logo_img\";    &lt;!--Change ID to stop it beign modified by anything else--><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you need to stop the image beign changed by a later script you can add this:<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[74],"tags":[],"class_list":["post-2920","post","type-post","status-publish","format-standard","hentry","category-manipulating-html"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2920","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=2920"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2920\/revisions"}],"predecessor-version":[{"id":2945,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2920\/revisions\/2945"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=2920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=2920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=2920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}