I'm trying to edit my site to work with jQuery Mobile. Whenever I link jQuery mobile, the login button stops working as well as other parts of my web app that rely on javascript.
I use this:
<script src="https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js"></script>
I remove it, everything works, I put it back, everything stops working. Yes, I was linking it AFTER my jQuery reference.
I asked it in a simplistic way because I'm assuming there is an easy answer I'm overlooking.
EDIT:
It is able to see if the username and password is incorrect or not, but unable to transition me to the defaultURL following the login page.