maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Plugging in third party javascript that does custom paint rendering on a visible DOM object.

code
<div name="panel_3" dsid="panel_3" id="j_4" class=" mobilepanel1">
<&#47;div>
/code
This code is generated for a Panel component (panel_3 is the name). Try using this:

code
$('div[dsid="panel_3"]');
/code

Jason Cooner
Posts: 0
Joined: Thu Mar 14, 2013 8:11 pm

Plugging in third party javascript that does custom paint rendering on a visible DOM object.

I will. And then reference panel_3 as my "container" element, I assume. That or of course rename to "container". Thanks, and I'll try tomorrow morning and get back to you.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Plugging in third party javascript that does custom paint rendering on a visible DOM object.

Yes, replace panel_3 with panel container you set.

Return to “Issues”