first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="script/common.css">
|
||||
<script src="script/common.js"></script>
|
||||
<script>
|
||||
function setup(){
|
||||
$('div').datepicker();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body data-capture=".datepicker">
|
||||
<div data-date="12/03/2012"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user