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---tp19713178s27240p19713178.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to