Welcome Guest Search | Active Topics | Sign In | Register

Refer objects into a EO CallbackPanel in a jquery function Options
Camarate
Posted: Saturday, October 1, 2011 4:00:56 PM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

See the jquery code below.

Code: JavaScript
tbl = $("#tabDelivery1");
var newTbl = tbl.clone();
tbl.remove();
newTbl.id = "tabDelivery1";
newTbl.appendTo("#divDocument");


It is a little part of javascript function to change the exhibition order of objects in the page, and "tabDelivery1" is a HTMLTable and "divDocument" is a Div.

When "tabDelivery1" and "divDocument" are into a ASP form, work fine. But, when I put the objects into a EO CallbackPanel, the jquery command $("#tabDelivery1") does not find anything.

How can I to refer objects in a jquery function that are in a CallbackPanel?

Thanks in advance, Camarate
eo_support
Posted: Monday, October 3, 2011 7:44:26 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Can you post a full test page that demonstrates the problem?

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.