Draggable widget/function in jQueryMobile
Draggable widget/function in jQueryMobile
Is there such draggable api in jQueryMobile, similar withe the draggable in jQueryUI. As below sample code:
$(
function
() {
$(
"#draggable"
).draggable();
});
Topic Participants
raochunping
jakecigar
jtara-jquery