I have a standard Jquery mobile page to start, and I added some login elements (user pass). submit form calls itself, post, and if page sees a post it checks against mysql / hash etc, standard. It finds a match, sets session data, then sets header to account page, which loads fine.
The problem I am having though, is that events do not work until I reload the page. This is my first endeavor with logins and jquery mobile. Once I refresh everything is working as it should, but that is annoying. I have to be missing something simple here, any advice?
None of the a href="#etc" calls are recognized unless I reload the page.
I looked around at some of the questions but couldn't find an exact match. Sorry to bother. I appreciate being pointed in the right direction. I can post some specific code if it helps.
Thanks in advance.