function ie8SafePreventEvent(e){
if(e.preventDefault){ e.preventDefault()}
// else{e.stop()};
e.returnValue = false;
//e.stopPropagation();
}
basta usare questa funzione
function ie8SafePreventEvent(e){
if(e.preventDefault){ e.preventDefault()}
// else{e.stop()};
e.returnValue = false;
//e.stopPropagation();
}
basta usare questa funzione
2000 post e sono più vecchio di 4 anni...
grazie a tutti....