tags:

views:

15

answers:

0

I'd like to use JQuery sortables to sort items between different lists.

I have a master list of items with certain properties. Red Apple, Red Car, Blue Sky, Blue Berry etc. And I have the grouping lists RED BOX & BLUE BOX. RED BOX list should only accept red items and BLUE BOX list should only accept blue items.

From what I can see, there doesn't seem to be an ACCEPT parameter as found in JQuery droppables. Is there a way to do this with sortables?