Created by: skrivle
Refactored setContent methods to use jQuery's .text() and .html() instead of the native .innerText and .innerHTML because of cross browser inconsistencies ... jQuery already includes a fix for these inconsistencies so I thought it would be a good idea to make use of that. Unless of course you want to get rid of jQuery at some point? In that case it may be better to create a utility function ...
Fixes #17097 (closed).
Activity
changed milestone to %v4.0.0-alpha.2
changed title from fix for #17097 (closed) - firefox innerText issues ... to fix for #17097 (closed): innerText is nonstandard and not supported in Firefox
Please register or sign in to reply