if ($(elem).data('draggable')) { alert("yes"); } else { alert("no"); } if ($(elem).data('fooable')) { alert("yes"); } else { alert("no"); }
请参阅:http://bootply.com/60153