I'm hoping someone can help with the workaround for adding suffix to arrays. This workaround was fine in 1.86, but doesn't seeme to work with 2.06. I think it as something to do with the label class="hide read" in 2.06.
Here is the workaround that was working... and is not anymore.
script type="text/javascript" charset="utf-8">
$(document).ready(function() {
// Call the function with the question ID followed by a comma-separated list of suffixes
addSuffix(12345, 'in €', 'in %', 'in %', 'in %');