I want to make a popup (page dialogs) in jquery mobile with some input fields. How would i pass data from the popup to my main page?
And does the popup need to be a complete jquery ui page (page anatomy), or just a
<div data-role="page">
...
</div>
Thanks in advance!
I haven’t dug too far into jQuery mobile, but at a quick glance, it doesn’t look much different than the popup dialogs from jQuery UI. In which case, you can try binding a data collector to a button in the initiation of the dialog.
Again, I haven’t got into mobile, but this is probably going to be pretty close to what you’re looking for, I’m thinking.