Closed 13ruce1337 closed 10 years ago
console returns:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
returns in console after any event function. I am aware that it is JQuery and that the newer version fixes this issue will reintegrate
converting pages to:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
updated jquery version on html pages.
console returns:
returns in console after any event function. I am aware that it is JQuery and that the newer version fixes this issue will reintegrate