take a good look at events associated with tabs.try tabload to build accordion constructor, likely a good way to go
http://jqueryui.com/demos/tabs/#event-select

there is a separate Google group for jQuery UI issues. Probably best to take any further problems to that group
http://groups.google.com/group/jquery-ui

Thomas wrote:
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
    

  

Reply via email to