Jquery drag & delete confirmation popup implementation -


i'm new jquery , appreciate help.

i have x list of items , recycle bin. idea drag 1 of x list items , drop recycle bin.

when drop bin, want pop-up delete confirmation window.

i have tried lot of manuals, none of them shows how make thing work.

here's code:

[fiddle] http://jsfiddle.net/kwdcu/175/ 

you try in drop function displaying dialog 2 buttons (confirm/cancel) , attaching $(ui.draggable).remove(); onclick


Comments