Response title
This is preview!
I have a dialog page and am trying to open it and display results from an AJAX POST.
Here is my jQuery success event:
My HTML has two pages, the second being the dialog html:
<div data-role="page" id="main">
# content
</div>
<div data-role="page" id="dialog">
<div data-role="header">
<h1>Your Message</h1>
</div>
<div data-role="content" id="text">
</div>
</div>
My AJAX POST is working and element id="text" is being updated with "SPAM and EGGS!", but the dialog is not popping up.
I'm using
$("input[type='radio']").checkboxradio("refresh");
to refresh a container of radio buttons. Except when I remove/add a radio button from/to the top or bottom, I do not get rounded corners on the new (top or bottom) radio button.
© 2013 jQuery Foundation
Sponsored by and others.