The errors on this site are numerous. Where do I begin?
1. You have a theme file, but you are not loading it correctly.
You need to load:
- icon
- theme
- structure
Instead, you are loading the full CSS and then theme.
2. You're using jQuery 2.1.1. If this is an Internet project,
don't use 2.1.1 - use 1.11.1, or also include fallback for older
browsers. If this is an internal project, and NOBODY who will use it
has IE 6,7, or 8, or if it is a PhoneGap project, then you can use
2.1.1. 2.1.1 will not work with IE 6,7,8, thus Internet users with IE
6,7,8 won't be able to use your site.
3. Do not use $(document).ready in
jQuery Mobile projects:
4. Don't use a click callback on submit
buttons. Use a submit callback on the form.
As you can see on the
test control panel page,
How
do I navigate there?
I
hit Login, and I get a page with a refresh button and My Account.
That doesn't look like a "test control panel" to me.
Hitting My Account brings up a different login page, and hitting the
refresh button takes me back to login.