SUPER quick and bare bones working example http://pastebin.com/m6bb59575
On Sep 28, 2:26 pm, claudes <[EMAIL PROTECTED]> wrote: > How do I set jqmodal to trigger when a radio button is selected? > > I've been trying something like this and the result is that the checkbox has > to be checked and then clicked in order to get launch > > function launchChecked() { > $("#ex2").jqmAddTrigger(":checkbox"); > } > launchChecked(); > $(":checked").click(launchChecked); > > I would prefer radio button, but checkbox is fine as well. > > -- > View this message in > context:http://www.nabble.com/jqmodal-set-trigger-to-radio-button---tp1971317... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.