Probleme in MobiScroll

Probleme in MobiScroll

Hello 

Even if i use the same code of   http://demo.mobiscroll.com
Nothing happen :s 

I have in my HTML :

<html>
<head>
<link rel="stylesheet" href="../css/Evento.css" />
<link rel="stylesheet" href="../css/jquery.mobile.theme-1.2.0.min.css" />
<link rel="stylesheet" href="../css/jquery.mobile.structure-1.2.0.min.css" />
<link rel="stylesheet" href="../css/mobiscroll.custom-2.5.1.min.css" />
<link rel="stylesheet" href="../css/jquery.mobile-1.2.0.min.css" />
<script>window.$ = window.jQuery = WLJQ;</script>
<script src="../js/jquery.mobile-1.2.0.min.js"></script>
<script src="../js/jquery.js"></script>
<script src="../js/mobiscroll.custom-2.5.1.min.js"></script>
<link rel="stylesheet" href="../css/mobiscroll.custom-2.5.1.min.css" />
</head>
<body>
<div data-role="content">
            <input  type="text" id="time" class="mobiscroll" value="09/04/2013" name="dtl" /> 
</div>
</body>
</html>


js: 

$(function(){ var now = new Date(); $('#time').mobiscroll().datetime({ minDate: new Date(now.getFullYear(), now.getMonth(), now.getDate()), theme: 'ios',  display: 'inline',  mode: 'scroller' });  });