jQuery Easing error with pdfs in Chrome
-
hello, i have encountered an error that only happens in Chrome. When i click a pdf link the fancybox opens up and shows the print/zoom/save etc. buttons and the scrolling all works fine. However, the title and the X button to close out do not show up. Furthermore when i press the ESC button nothing happens so there is no way to close the fancybox after it is opened. I continue to get this error
Uncaught TypeError: undefined is not a functionwhich is occurring in the jquery.easing.pack.js file. When i open in firefox everything works fine, but chrome continues to give those errors. I tried to turn off auto-detect and add fancybox-pdf class manually but it still didnt work. I checked for accidentally including the same script twice, but jquery, jquery fancybox, and jquery easing are all only included once and are included in the correct order. I also get the Chrome error as soon as the page loads
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.coming from jquery.js
any help would be greatly appreciated..
The topic ‘jQuery Easing error with pdfs in Chrome’ is closed to new replies.