I've created a sortable list and a draggable item to add new items.
I have a remove button that I want to make visible when I add the new item from the draggable.
How do I wire the events up?
This is the element that gets dragged from the draggable to the sortable.
<a id="btn" class="ContentItemSelect" >
<span title="Remove" class="ContentItemRemove" id="Remove"></span>
</a>