Documentation

onHide

fires when window is hidden

void onHide(){ ... };

Example

some.attachEvent("onHide", function(){
    //... some code here ... 
});

See also

  • articles
  • Back to top