Newbie: problem with scripts order

Newbie: problem with scripts order

Hi,

It's my first app and i don't understand why "like" and "dislike" don't work with jquery.mobile

At the end of the HTML page i have put my script :
  1.    <!-- jQuery lib -->
  2.     <script src="js/jquery-2.1.3.min.js"></script>
  3.     <!-- transform2d lib -->
  4.     <script type="text/javascript" src="js/jquery.transform2d.js"></script>
  5.     <!-- jTinder lib -->
  6.     <script type="text/javascript" src="js/jquery.jTinder.js"></script>
  7.     <!-- jTinder initialization script -->
  8.     <script type="text/javascript" src="js/main.js"></script>
  9.         <script type="text/javascript" src="js/jquery.mobile-1.4.5.min.js"></script> 

you can see my app on :  http://ujjsm.free.fr/jquerym/index.html


Thanks for your help