Would it be better to have jQuery Mobile styling for all tags be nested inside ui-body? I have some links that I do not want to look like JQuery Mobile but cant stop it. Is there a way to stop jQuery Mobile styling on links?
Is there a way to get a Dialog to show when a page first loads? I would like to ask the user a question when he/she first loads the page. I know how to use a button to show a dialog. i guess i could have the button that is hidden and then use jquery to click it onload but is there a better way?