0

The below warning is generated in every pages of my website, I noticed it from console:

event.returnValue is deprecated. Please use the standard event.preventDefault() instead

I think it should be from the jquery file I linked, I didn't used event.returnValue anywhere.

What is the error? is this serios?

zdd
  • 8,258
  • 8
  • 46
  • 75
Vignesh
  • 1,045
  • 2
  • 17
  • 34

1 Answers1

3

It's just a warning, if you are using an old version of JQuery you should upgrade, for the moment no worry but your code may not work in the future

radia
  • 1,456
  • 1
  • 13
  • 18
  • thanks for the reply, code is working good, but I wanted a clean console when a developer looking at my site's. I'll upgrade jquery. – Vignesh Apr 05 '14 at 12:56