For some reason once I add an anchor tag inside of my list element when I load up my page it loads fine at first, then immediately reloads the page giving me a blank white page. This is in an ASP.NET MVC environment and I do see that when the page refreshes the second time it's hitting that LogOff action, so it seems like when the link is in the listview it fires off for some reason. How can I stop this from happening?
I'm not really sure what I am looking for here. I've removed the data attribute, and I have no overrides for JQM and it's still firing off my link on page load.
It's basically loading my page, then saying, "oh look a link, let's click it" and logging me out lol.
Not easily, which doesn't help me. There are a lot of HIPAA issues here even though it's a dev environment.
I thought maybe JQM was prefetching the log out website but that doens't seem to be it. I really just think that my company isn't using JQM the way it was originally intended to be used. I just don't know why the main application works just fine, but mine doesn't with the only difference being a different shared Layout file.