html5 - What event will capture the resizing of the browser window? -


i have custom slider, shown when user clicks on font awesome button.this model works quite me. add event listener slider object focusout event, , show or hide slider.

i notice when user resizes browser screen, not seen focusout, because in case slider not disappear ( to).

so question is, event capture resizing of browser window, in order me hide slider way?

thanks!


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -