Mouse Click not working when the html element is of type (field type = "submit")

Mouse Click not working when the html element is of type (field type = "submit")

Hello. I have made use of the following files in my code
1. jquery.mobile-1.4.5.min.js
2. jquery.mobile-1.4.5.min.css
3. jquery-1.11.3.min.js
I have downloaded these form Jquery site.

These work as expected on IE, Chrome. But once i used it on the latest Microsoft Edge browser, the mouse click event on the input (field type ="submit" in the jsp) is not working .

I have included a sample file, that contains the html code , which also contains the references to the above files. I have also attachecd the jquery filess which can be found on the net as well.

Mouse Click not working when the html element is of type (field type = "submit") . I have observed this problem only on the input field where the type = "submit". For href, select options the mouse click works fine.
 
I was asked to update the drivers for the mouse by Microsoft, but that didnt help .
Any suggestions??