On Wed, Dec 11, 2013 at 9:59 AM, Sen kik888@gmail.com wrote:
when i open the chrome console,i always can get:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
is any plan to fix this?
I don't know if there is currently a plan to fix it, but the warning is from jQuery and should be fixed by version 1.11 or greater [0]. As noted on the upstream bug this is just a warning and should have no effect on functionality.
[0]: http://bugs.jquery.com/ticket/14282
Bryan