jquery-scrollintoview
jquery-scrollintoview copied to clipboard
broken with jQuery 1.8
Uncaught TypeError: Cannot read property '3' of undefined jquery.scrollintoview.min.js:174
This is the part that breaks:
var direction = converter[typeof (meta[3]) === "string" && meta[3].toLowerCase()]
Oh, I've found the explanation here: http://bugs.jquery.com/ticket/12201. Could you please make it compatible?
I updated the custom selector on my fork but it still has a few more kinks. You can give it a try at https://github.com/joeytheman/jquery-scrollintoview
Any update on this? :)