wait the sidekick
Hi,
i need to wait the appearance of the sidekick popup for adding a div on the little black arrow on the top right.
I can plays with the lower icons (edit, preview,design) but not with the icon that i want.
If i run a javascript function like these:
$(window).load(function() { alert("id"+$( ".x-tool-toggle" ).attr('id')); });The id is undefined. How can i resolve my problem?