I want to know js and css version for my mobile application development

I want to know js and css version for my mobile application development

Hi,

      Please, Can you tell me what exact stable release for jQuery and jQuery mobile versions. I need to develop mobile application(not exactly native application). I don't know what it is the compact version of jQuery and jQuery mobile(css and js file). I mixed with different version of mobile and jquery version.

This is my import list

<link rel="stylesheet" href="./jmobile/themes/gray.css" />
<link rel="stylesheet" href="./jmobile/css/jquery.mobile.structure-1.2.0.min.css" />
<link rel="stylesheet" href="./jmobile/css/bredcrumbar/jquery-breadcrumbs.css">

<script src="./jmobile/js/jquery-1.9.1.js"></script>
<script src="./jmobile/js/jquery.mobile-1.2.0.js"></script>
<script src="./jmobile/js/jquery-1.7.1.min.js"></script>
<script src="./jmobile/js/jquery.mobile-1.1.0-rc.1.min.js"></script>