pix
pix2y ago

Two or more event handlers of button

Is it possible to bind multiple actions to the "click" event? For example, I want to run a Deno script (send a request with data) and then a Frontend JS to change the state.
4 Replies
rubenf
rubenf2y ago
have you seen transformers ?
pix
pixOP2y ago
Those are like "frontend js" and it can access to UI objects and state?
rubenf
rubenf2y ago
yes
pix
pixOP2y ago
Thanks, i'm going to check it.

Did you find this page helpful?