jQsafi/jscrollpane

Outdated attr(className) code doesn't work

GoogleCodeExporter opened this issue · 1 comments

Just tried the script on a new website, but wasn't working.  Had to change all 
the lines that had:

ELEMENT.attr({className: 'xxxxx'})
...to...
ELEMENT.addClassName('xxxx')

(I'm using jQuery 1.6.)

Simon.

Original issue reported on code.google.com by simone...@gmail.com on 1 Jul 2011 at 6:27

I guess that is with the old version of jScrollPane? I can't find any instances 
of "className" in jScrollPane 2:

http://jscrollpane.kelvinluck.com/

Original comment by kelvin.l...@gmail.com on 4 Jul 2011 at 3:42

  • Changed state: Invalid