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).