Documentation

onBeforeBack

fires the moment back() fucntion is triggered

void onBeforeBack(){ ... };

Example

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

See also

  • api
  • Back to top