Hey all,

I have the need to call arbitrary JS after updating components from an
EventListener.  The use case is the following:

If client-side validation is disabled I show a div that display the error
message.  When a form is submitted asynchronously, I can update the contents
of the div, but then I just end up with an empty div.  What I'd like to do
is hide it.  I had some code for jQuery to hide it after the DOM loads, but
that doesn't help me on the async update.

There's likely an obvious answer to this, but due to lack of experience I'm
just missing it.  So, feel free to treat me as clueless.

-- 
Kevin



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to