Hi I am using the JQuery plugins Draggable and droppable and this is my draggable item structure .
The Textbox value is the qty of the item being dropped onto a shopping cart. This will be changed by the user before he drops it onto the cart section. I need to capture this value after its dropped.
<div class="something">
<ul>
<li>
TEXTBOX 1
</li>
</ul>
<div>