JQuery UI Draggable - How to know an element is draggable initialized ?

Posted by Relax on Stack Overflow See other posts from Stack Overflow or by Relax
Published on 2010-04-06T13:41:02Z Indexed on 2010/04/06 13:43 UTC
Read the original article Hit count: 158

Filed under:
|

I need this to implement logic as

if( !this.draginited() ) // a drag-disabled element shouldn't get pass here, as it is inited
  this.draggable({...})

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui