DateBox/Flip Mode always shows up as normal text input

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

  1. <%@ page import="" %>
)

  1. <!-- jQuery and jQueryMobile Files -->
  2. <link rel="stylesheet" href="css/jqm.css" />
  3. <script src="js/jq.js"></script>
  4. <script src="js/jqm.js"></script>
  5. <!-- DateBox Files -->
  6. <link rel="stylesheet" href="css/mydate.css" />
  7. <script src="js/mydate.js"></script>
  8. <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!