jquery .text garbage bug

0 comments
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/