[jQuery] Re: remove accordion item

2009-10-01 Thread Hundredth Monkey
no :O( this removes the items. but the accordion does not render correct ... On 1 Okt., 03:45, plian wrote: > hi, hope the following code could help > > >         header >                 content >                         Delete >                 >         >         header2 >            

[jQuery] Re: remove accordion item

2009-09-30 Thread plian
hi, hope the following code could help header content Delete header2 content 2 Delete On Oct 1, 12:47 am, Hundredth Monkey wrote: > thanx fo

[jQuery] Re: remove accordion item

2009-09-30 Thread Hundredth Monkey
thanx for your response . but this doesnt work. there simply happens nothing . this is my HTML markup. header content Delete header2 content 2 Delete any idea what I' m doing wrong? I ve also tried to put IDs in

[jQuery] Re: remove accordion item

2009-09-30 Thread Liam Potter
$(this).parents("div.accordion").fadeOut('slow').remove(); where div.accordion is what you're trying to remove. Hundredth Monkey wrote: hi, i want to realize a delete button or link within an accordion item. is it possible to remove a special item or make the header disabled after a link click