diff --git a/jquery.tryonline.js b/jquery.tryonline.js index 9223b02..ad2b25f 100644 --- a/jquery.tryonline.js +++ b/jquery.tryonline.js @@ -35,6 +35,7 @@ return false; }; if (code == 38 || code == 40) { + e.preventDefault(); if(code==38 && mycount>1) mycount--; if(code==40 && mycount