Jquery mobile block my normal events in Jquery

Jquery mobile block my normal events in Jquery

Hi

I have this script code to move a slide to left and right with function click on the arrows.

I am using jquery 1.11.3

But I have a problem mobile device. I want to insert the event swipe but when I insert the script of Jquery mobile with Jquery, like this:

Both the same time, my swipe event works perfect but the others function on jquery are block, not working.

I don't why happend it.

Any help ?

Thank


 
  1. <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
  2. <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>