Sunday, September 28, 2008

[jQuery] Re: jqmodal set trigger to radio button ?

worked swimmingly. thanks for new lesson; .change() --- i'll have to read up
more on it.


MorningZ wrote:
>
>
> SUPER quick and bare bones working example
>
> http://pastebin.com/m6bb59575
>
>
> 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.
>
>

--
View this message in context: http://www.nabble.com/jqmodal-set-trigger-to-radio-button---tp19713178s27240p19715300.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

No comments: