Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, I experienced this too.

    IE 8 reports a syntax error in smooth-scroll-up/js/jquery.scrollUp.min.js on the word class:

    l("<a/>",{id:p.scrollName,class:p.scrollClass,href:"#top"})

    It’s bogus error, but quoting it works everywhere:

    l("<a/>",{id:p.scrollName,"class":p.scrollClass,href:"#top"})

    I don’t see this in the upstream jquery.scrollUp.min.js.

    Thread Starter samuel.castello

    (@samuelcastello)

    Ok, thanks.

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    The fix will be included in next release. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘IE8 issue’ is closed to new replies.