I\'m using Gridster (http://gridster.net/) which able to drag the content inside the li . In my li there is a clickable div.
li
There now is a native support to disable the drag and drop operation on Gridster.
$(".gridster ul").gridster().data('gridster').disable();