Whenever I build a webpage with some jQuery, using version: http://code.jquery.com/jquery-1.10.2.js
I keep getting this warning every time I run the webpage through the Console on Google Chrome.
Is there a piece of code I need to prevent this from happening? NOTE: I'm in the process of learning jQuery.
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Any help at all will be great.
Thanks in advance.