jquery grab and move toggle element

Posted by tony noriega on Stack Overflow See other posts from Stack Overflow or by tony noriega
Published on 2010-04-14T18:46:32Z Indexed on 2010/04/14 18:53 UTC
Read the original article Hit count: 205

Filed under:

i have a div that is displayed via:

$('a#biz-blue-lnk').click(function() {
    $('#business-blue').show();
    return false;
  });

what i want to figure out is when this DIV is displayed, can i enable the user to grab it and move it around the screen? potentially if they click another DIV they could have two elements on screen... and would like them to be able to move them around to see each one...

possible?

© Stack Overflow or respective owner

Related posts about jQuery