code
<div name="panel_3" dsid="panel_3" id="j_4" class=" mobilepanel1">
</div>
/code
This code is generated for a Panel component (panel_3 is the name). Try using this:
code
$('div[dsid="panel_3"]');
/code
code
<div name="panel_3" dsid="panel_3" id="j_4" class=" mobilepanel1">
</div>
/code
This code is generated for a Panel component (panel_3 is the name). Try using this:
code
$('div[dsid="panel_3"]');
/code
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.
Yes, replace panel_3 with panel container you set.