[jquery-ui] Re: Selectable Enhancements

2009-08-04 Thread Richard D. Worth
If they all share a common container, you could call .selectable() on that and specify a filter that matches all the child items. - Richard On Tue, Aug 4, 2009 at 11:39 AM, Jaggi wrote: > > Hi Paul, > > I've had a few issues disecting this, mainly how to get it to work > without the draggable. I

[jquery-ui] Re: Selectable Enhancements

2009-08-04 Thread Jaggi
Hi Paul, I've had a few issues disecting this, mainly how to get it to work without the draggable. I want to be able to select all the blocks which may span multiple child elements and be able to select them all. E.g. the UL's might be side by side so i would want to select the fir

[jquery-ui] Re: Selectable Enhancements

2009-08-03 Thread Jaggi
On Jul 27, 11:12 am, Paul Bakaus wrote: > Hi Jaggi, > > On Mon, Jul 27, 2009 at 11:33 AM, Jaggi wrote: > > > I'm trying to add a few things to my selectable and was wondering if > > someone could point in the right direction. Firstly i'm trying to be > > able to be able to hold shift and selec

[jquery-ui] Re: Selectable Enhancements

2009-07-27 Thread Paul Bakaus
Hi Jaggi, On Mon, Jul 27, 2009 at 11:33 AM, Jaggi wrote: > > I'm trying to add a few things to my selectable and was wondering if > someone could point in the right direction. Firstly i'm trying to be > able to be able to hold shift and select different items and have it > select the range betwe