Why am I getting “event.returnValue is deprecated…” and how can I rectify it? [duplicate]
问题 This question already has answers here : event.returnValue is deprecated. Please use the standard event.preventDefault() instead (7 answers) Closed 6 years ago . In my web site, when I F12 from the browser, I see in the console (Chrome Dev Tools) the error/warning, " event.returnValue is deprecated. Please use the standard event.preventDefault() instead. " Yet I search my project for " event.returnValue " and it turns up no instances of that string. Assuming it is some Microsoft or jQuery