Hello
i have a javascript on a web resource that controls many things in my form. I want to use the javascript to to fire a specific visibility function On Change of a specific field value. Now i know i can click the form control and append a function event to the On Change property of it. Thats fine but i was wondering if there is any way to register an On Change event using pure javascript. So Somehow register the control and Monitor its on change without using the built in entity features to do so? Does anyone have an idea on how to do this?