Help with JQuery 1.11 and JQM

Help with JQuery 1.11 and JQM

Hello,

We simply have this one little piece of code:

  1. <!-- jQuery Mobile -->
    <script src="include/jquery-1.8.1.min.js"></script>
    <script type='text/javascript'>
    $(document).bind("mobileinit", function(){
      $.mobile.ajaxEnabled = false;
     });
    </script>

And we don't use jquery for anything except that - and we use Classic ASP, so I guess we need the above code.


1. Should I have to upgrade my JQuery 1.8.1 to 1.11.1 to be safe to use latest and greatest?

2. Does JQM have anything in it so I don't have to use JQuery 1.8.1 anymore to handle the disabling of AJAX?   (So there is less for the browsers to load and look at?


Thank you.