[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Richard D. Worth
I wonder if this demo will give you some ideas: http://jqueryui.com/demos/sortable/#connect-lists-through-tabs It's sortable lists that are connected even though they're on separate tabs. If you decided to do something like this and need some help, here would be the place to ask: http://groups.g

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread DanN
Got that sorted, now for something tougher. Say I have two seperate accordions in two areas of a page (two seperate tabs), can I make items movable between those two accordions. Basically each accordion draw hosts a seperate tool my coworkers and I use daily, however every person uses a different

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
the sortable affected only the UL-LI objects, the contents were static. How to get past that? --- On Fri, 5/15/09, Richard D. Worth wrote: From: Richard D. Worth Subject: [jQuery] Re: Sortable accordion-like widget To: jquery-en@googlegroups.com Date: Friday, May 15, 2009, 10:51 AM Sure

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Richard D. Worth
static. How to get past > that? > > --- On *Fri, 5/15/09, Richard D. Worth * wrote: > > > From: Richard D. Worth > Subject: [jQuery] Re: Sortable accordion-like widget > To: jquery-en@googlegroups.com > Date: Friday, May 15, 2009, 10:51 AM > > > Sure, here you

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
le-1-s")             .end().next().toggleClass("ui-accordion-content-active").toggle();             return false;         })         .next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").hide();         //$("#accordion1").sorta

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
Almost, I found it worked almost, except for the fact that the sortable affected only the UL-LI objects, the contents were static. How to get past that? --- On Fri, 5/15/09, Richard D. Worth wrote: From: Richard D. Worth Subject: [jQuery] Re: Sortable accordion-like widget To: jquery-en

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Richard D. Worth
uery, the old code was partially provided by > someone else with a few edits, so not sure how to create that new level you > was talking about. > > --- On *Thu, 5/14/09, Richard D. Worth * wrote: > > > From: Richard D. Worth > Subject: [jQuery] Re: Sortable accordion-like wi

[jQuery] Re: Sortable accordion-like widget

2009-05-15 Thread Danny Nolan
Example? Im very new to jQuery, the old code was partially provided by someone else with a few edits, so not sure how to create that new level you was talking about. --- On Thu, 5/14/09, Richard D. Worth wrote: From: Richard D. Worth Subject: [jQuery] Re: Sortable accordion-like widget To

[jQuery] Re: Sortable accordion-like widget

2009-05-14 Thread Richard D. Worth
You'll need to add an extra level: section divs containing each related h3 and content div. Then you can call .sortable() the main div#accordion1 - Richard On Thu, May 14, 2009 at 9:38 PM, DanN wrote: > > Got this coded, its an accordion like tool. It functions just how I > need it, except id l