{"id":4326,"date":"2025-08-02T14:39:36","date_gmt":"2025-08-02T13:39:36","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=4326"},"modified":"2025-08-02T14:44:51","modified_gmt":"2025-08-02T13:44:51","slug":"testarea","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/forms-javascript\/testarea","title":{"rendered":"TestArea"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Call function when text changed<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form >\n  &lt;textarea id=\"MyTextArea\" >&lt;\/textarea>\n&lt;\/form>\n\n&lt;script>\ndocument.getElementById('MyTextArea').addEventListener('input', function () {\n  console.log('MyTextArea changed:', this.value);\n    \n  \/\/You can alos use this to gets its value:\n  \/\/console.log(document.getElementById('MyTextArea').value);\n});\n&lt;\/script><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Call function when text changed<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-4326","post","type-post","status-publish","format-standard","hentry","category-forms-javascript"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4326","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=4326"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4326\/revisions"}],"predecessor-version":[{"id":4330,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4326\/revisions\/4330"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=4326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=4326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=4326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}