{"id":2078,"date":"2019-06-28T09:02:54","date_gmt":"2019-06-28T08:02:54","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=2078"},"modified":"2022-02-17T07:14:46","modified_gmt":"2022-02-17T07:14:46","slug":"does-page-object-have-focus","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/examples-javascript\/does-page-object-have-focus","title":{"rendered":"Does Page Object Have Focus"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>  &lt;select id=\"MyOptionBox\" name=\"MyOptionBox\" \">\n    &lt;option value=\"0\" selected >Option 0&lt;\/option>\n    &lt;option value=\"1\" >Option 1&lt;\/option>\n  &lt;\/select>\n\t\t\t\t\t\n&lt;script>\nfunction myFunction() {\n  var ActiveElement = document.activeElement.id;\n  if (ActiveElement != \"MyOptionBox\")\n    Do something...\n}\n&lt;\/script><\/code><\/pre>\n\n\n\n<p><\/p>\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":[112,172],"tags":[],"class_list":["post-2078","post","type-post","status-publish","format-standard","hentry","category-examples-javascript","category-objects"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2078","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=2078"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2078\/revisions"}],"predecessor-version":[{"id":2079,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/2078\/revisions\/2079"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=2078"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=2078"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=2078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}