Hi there!:
I'm starting with jQuery and have this simple question:
How can i get the value of a radiobutton that's inside a jQuery dialog?
Here's an example. Click the "open gallery" button, then submit the form, and see the POST values printed in the top of the page:
http://demos.intermexico.net/jquerytest/admin/test.phpWhat do I have to do to get the value of the radiobutton selected inside the UI Dialog?
Thanks in advance.