litera / jquery-scrollintoview

Animated scroll into view jQuery plugin
http://erraticdev.blogspot.com/2011/02/jquery-scroll-into-view-plugin-with.html
231 stars 137 forks source link

broken with jQuery 1.8 #10

Open yanndinendal opened 12 years ago

yanndinendal commented 12 years ago

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()]
yanndinendal commented 12 years ago

Oh, I've found the explanation here: http://bugs.jquery.com/ticket/12201. Could you please make it compatible?

joeytheman commented 12 years ago

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

yanndinendal commented 11 years ago

Any update on this? :)