I've successfully implemented the jQuery sortable() plugin but want to enhance it with a sort indicator. This would be a vertical bar in between the items where the draggable can be dropped. See the image below for an example. Can this easily be achieved with the sortable() plugin?

alt text

link|improve this question

70% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Use a drop placeholder with a style that only shows the border on one side.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.