yes, thank you for your answer
i try something with jquery live function (like livequery i think)
this is my code :
$("#accordion").live("click", function(){
$("#accordion").accordion({ header: "h3" , autoHeight: false });
});
but this doesn't work, my accordion after a click has still no
presentation
i put this :
alert( $(this).text() );
in the function to see if my accordion is well "selected" and it is...
why does my accordion isn't "reload" ??
Charlie a écrit :
> http://docs.jquery.com/Frequently_Asked_Questions#Why_doesn.27t_an_event_work_on_a_new_element_I.27ve_created.3F
>
> Thomas wrote:
> Hello, I use a jquery tabs with ajax (for loading a tab content) it
> works very well, but when ajax have to load an accordion, it doesn't
> work well (i loose the accordion presentation) i have maybe a clue :
> ajax doesn't load well also accent if their are not code like â
> (yes, i'm french) thanks