Even a blind squirrel finds a nut every once in a while.  :-)

On 3/21/07, Alex Cook <[EMAIL PROTECTED]> wrote:
> You would be correct sir :)
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Rob Wilkerson
> Sent: Wednesday, March 21, 2007 9:18 AM
> To: jQuery Discussion.
> Subject: Re: [jQuery] select box - options manipulation
>
> Options within selects don't have an onclick event.  Use the onchange
> event of the select, instead, and detect the selected value.  I'm new
> to jQuery, but you can't do this in straight JavaScript (unless I've
> missed the memo - which is possible), so I suspect you may not be able
> to do it in jQuery.
>
> On 3/21/07, Aljosa Mohorovic <[EMAIL PROTECTED]> wrote:
> > i have a "DIV.selection" tag and inside SELECT with OPTION tags.
> > using jquery i can find and manipulate options with
> > $('div.selection').find("option").each and similar but i can't bind
> > events for option onclick events in IE7 (haven't looked IE6, firefox
> > works).
> >
> > so i'm looking for a way to manipulate option tags in select box and
> > catch events.
> > is there any way to do this for any browser? simple examples
> appreciated.
> >
> > Aljosa
> >
> > _______________________________________________
> > jQuery mailing list
> > discuss@jquery.com
> > http://jquery.com/discuss/
> >
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to