jQsafi / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

Outdated attr(className) code doesn't work #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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