[jQuery] Re: Ajax based Accordion

2007-04-13 Thread xavier
Have you tried to create the accordion on a static html file with the same structure ? Does it work ? If not, that's probably you have to give some parameters to the accordion call to make it work. X+ On Apr 13, 10:59 am, "WebolizeR" <[EMAIL PROTECTED]> wrote: > On 13 Nisan, 01:06, "WebolizeR"

[jQuery] Re: Ajax based Accordion

2007-04-13 Thread WebolizeR
On 13 Nisan, 01:06, "WebolizeR" <[EMAIL PROTECTED]> wrote: > Hi; > > I have been creating an accordion application whose content has been > loading by ajax, code sample like below: > > $("#loading").ajaxStart(function(){ $(this).show();}); > $("#loading").ajaxStop(function(){ $