I cant make anything work, this is my code in sublime text 2
- <!--script type="text/javascript" src="JQM/jquery.mobile.custom.js"></script>
- <link rel="stylesheet" href="JQM/jquery.mobile.custom.structure.css"/>
- <link rel="stylesheet" href="JQM/jquery.mobile.custom.theme.css"/-->
- <link rel="stylesheet" href="JQM/memotest.css"/>
- <script type="text/javascript" src="JQM/memotest.js"></script>
- <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.css" />
- <script src="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>
plz help. I dont know what files I must use. Does jquery and jquery mobile have the same API or they share some methods? Is better to use both or just 1?
note: memotest are just my files to test lol.