different problem about jquery

different problem about jquery

Hello. 

event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery-1.9.0.js:3307



the 3307th line is:

this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||


Regards.