function ie8SafePreventEvent(e){
if(e.preventDefault){ e.preventDefault()}
// else{e.stop()};

e.returnValue = false;
//e.stopPropagation();
}

basta usare questa funzione