In my application I want to present a list of choices for a user to pick from in a modal popup. I'll be using the value they select in the 'parent' page.
I've looked into nyroModal, but none of the examples include a return value after the modal closes. I'm assuming this is because its opening up the content with a new HTTP request, which isn't going to lend itself well to returning a value.
Any suggestions for libraries / ways to get around this?