I have a Custom Component with an id of cTest. However I can’t access it with the jQuery id selector. The inline code is
var element = argumentst0], $ = skuid.$; element.html('Hello <b>world!</b>'); // This works ok $('#cTest').html('Goodbye world'); // This does not work
What am I doing wrong?