tabs : action over element in tab ajax content
Hello,
I have 3 tabs that are linked to ajax content
Each of this ajax content contains simple div block with id block1 or
block2, block3
At first, page load this short script :
$("*").click(function() {
alert('class : '+$(this).attr('class')+' id : '+$(this).attr('id'));
});
Page generate correctrly
Tabs generates correctly
tab 1 is by default selected.
So I click over the div with id="block1"
...
I never see with alert the id : block1
the first id i see when i clic over the div ="block1" is the first
container : ui-tabs-panel
if you want to try : http://emmanuel.dyndns.org/jquery/tabs
is there a solution with css parameters like z-index ?
jQuery is great, ui is great, ui.jquery is perfect !
Best regards