My website has been using the following external files successfully:
http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css
http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js
http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js
Now I would like to implement a jQuery popup window that requires the following additional files to work:
http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css
http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js
But now the text on the page is distorted. It seems to be stretched vertically.
Does anyone have a suggestion? Is there possibly a conflict between these two jQuery files and the Bootstrap file?
Thank you.