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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -