jquery - Draggable Background Js not working in ie8 -


i'm using draggable background js dragging background image it's not working in ie8, console says

unable property 'match' of undefined or null reference,

file: draggable_background.js, line: 63, column: 15.

fiddle : http://jsfiddle.net/nikhilvkd/uqcuqtxf/

what issue? how can solve problem?

um, github page linked draggable background library explicitly states compatible ie9+.

which means you're not going work in ie8. relies on browser features ie8 doesn't have.

if need support ie8, you're going need achieve effect other way or other library.


Comments