On Sep 28, 2:26 pm, claudes <Claudina.Sar...@gmail.com> 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.
Sunday, September 28, 2008
[jQuery] Re: jqmodal set trigger to radio button ?
SUPER quick and bare bones working example
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment