jquery .text garbage bug
There is a small bug in IE that makes $.text() return garbage text at end, in case you have a bug that you cannot nail down, debug the problem using:
alert(encodeURIComponent($.text(...)));
that will show any hidden character.
More information about encodeURIComponent: http://xkr.us/articles/javascript/encode-compare/
Posted by
Alexandre
Saturday, January 31, 2009
Subscribe to:
Post Comments (Atom)
0 comments :: jquery .text garbage bug
Post a Comment