DateBox/Flip Mode always shows up as normal text input
As you can read in my caption, the DateBox always shows up as normal text input and even after I refresh the page there is no change. I did the following imports: (I have to summarize them here, because I'm working on a JSP project and I did most of the imports via
)
<link rel="stylesheet" href="css/jqm.css" />
<script src="js/jq.js"></script>
<script src="js/jqm.js"></script>
<link rel="stylesheet" href="css/mydate.css" />
<script src="js/mydate.js"></script>
<script src="js/mydate-flipmode.js"></script>
I renamed the files, but it is: jQuery v1.9.1, jQueryMobile v1.3.2, the DateBox CSS, Core Methods and FlipBox Mode from this http://dev.jtsage.com/jQM-DateBox2/demos/install.html site (Section "Stable Version)
Can anyone help me?
greetings
ez23
Edit: Unreadable code fixed, sorry for this!