JQuery mobile progressbar

JQuery mobile progressbar

I want to add a simple progressbar to my web application.
I'm using the following scripts and stylesheets in my application:

        <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
        <script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>

They seem not to cooperate with the ones needed for the progressbar.. But I cannot exchange them, because my other code will not function.

        <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
        <script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>