On Mar 3, 5:34 pm, mjpg <[EMAIL PROTECTED]> wrote:
> DO NOT SEEM TO WORK:
>
> $('#courses optgroup:eq("+choosenValue+") option');     // and I don't
> understand this anyhow

No need for shouting. Seems like you messed up double and single
quotes. Try:

$('#courses optgroup:eq(' + choosenValue + ') option');

Don't know if it just was a typo in this mail or not though...


--Klaus

Reply via email to