[jQuery] Re: Select value

2007-06-26 Thread Jean
Sorry i already found LOL change is the answer =p sorry for this On 6/26/07, Jean <[EMAIL PROTECTED]> wrote: Yes but how i get the value when the user select another option? What I´m trying to say is when the user select some option i need to add some html after, understood? This give the valu

[jQuery] Re: Select value

2007-06-26 Thread Jean
Yes but how i get the value when the user select another option? What I´m trying to say is when the user select some option i need to add some html after, understood? This give the value but i need to know wich event i use. On 6/26/07, Glen Lipka <[EMAIL PROTECTED]> wrote: $("select option:sele

[jQuery] Re: Select value

2007-06-26 Thread Glen Lipka
$("select option:selected").value(); Is this what you mean? Glen On 6/26/07, Jean <[EMAIL PROTECTED]> wrote: Well i know this is some newbie question but i´m stuck in this how can i get the select option value?? Tipo resposta: tipo; ?> i have to get the values to append the right tag f

[jQuery] Re: select value lost after clone in IE

2007-06-04 Thread Brandon Aaron
Ooops ... forgot the URL ... http://dev.jquery.com/newticket On 6/4/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: Could you please create a new ticket for this? Thanks. -- Brandon Aaron On 6/4/07, Jesse Skinner < [EMAIL PROTECTED]> wrote: > > > It seems that after a jQuery clone(), the value o

[jQuery] Re: select value lost after clone in IE

2007-06-04 Thread Brandon Aaron
Could you please create a new ticket for this? Thanks. -- Brandon Aaron On 6/4/07, Jesse Skinner <[EMAIL PROTECTED]> wrote: It seems that after a jQuery clone(), the value of select boxes are lost in IE (but not Firefox). Try this out: one two