<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mobile-Web-App: jQuery UI draggable</title>
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/ui/1.8.18/jquery-ui.js"></script>
<script type="text/javascript">
function onloaded(){
$( "#draggable" ).draggable();
}
</script>
</head>
<body onload="onloaded();">
<h1>Mobile-Web-App: jQuery UI draggable</h1>
<img id = "draggable" src="Mobile-Web-App.png"></img>
</body>
</html>
Tuesday, February 28, 2012
Implement draggable object using jQuery UI
Example to implement draggable object using jQuery UI:
Labels:
Code.jQuery UI
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment