Unable to see the effect of the "bodyClass" config of LABKEY.QueryWebPart

LabKey Support Forum (Inactive)
Unable to see the effect of the "bodyClass" config of LABKEY.QueryWebPart Jon (LabKey DevOps)  2015-10-21 17:35
Status: Closed
 
Hi Leo,

I removed the renderTo: option and doing $$(".dataset-body") still worked for me.

It was only when I did $$(".dataset-body") did I get just an empty array like [].

Doing $(".dataset-body") throws up a TypeError on my end stating:

Uncaught TypeError: $ is not a function (...)

Is it possible to send me your full code without the comments that you're inserting into a wiki page? Trying to cobble your code together into what I have is throwing up a configuration error tied to the render() method.

Regards,

Jon