I'm using Ali Farhadi's HTML5 sortable jQuery plugin to make <li>
elements draggable (and sortable) within an <ul>
http://farhadi.ir/projects/html5sortable/
I want to extend the functionality to also be able to remove elements from the list, and I thought an elegant UI for this would be to either drag the element into some "trash" <div>
somewhere on the page, or maybe just drag it outside of the <ul>
bounds (where the cursor turns into a "stop" icon).
However, I'm quite new to jQuery (although somewhat semi-proficient in JavaScript), so maybe someone can help me add this functionality to the js?