client side validation - Jquery listener on an element when it display:block/none; property changes -


is possible? want event fire when happens.

hmm, why need this? instead, suggest thinking causes element shown/hidden , react that. it's better decouple logic view.

but if still really want this, way can think of right have interval keeps polling element's visibility.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -