pvdspek / jquery.autoellipsis

Auto-ellipsis plugin for jQuery
http://pvdspek.github.com/jquery.autoellipsis
MIT License
142 stars 32 forks source link

Exception thrown in Internet Explorer #1

Closed pvdspek closed 13 years ago

pvdspek commented 13 years ago

An exception is thrown in Internet Explorer on Node.TEXT_NODE, since the Node interface constants are not defined in Internet Explorer. Use 3 instead of Node.TEXT_NODE.