[jQuery] Re: Problem using .children() + selector in IE6

2007-07-06 Thread benjaah
Yes I've debugged and there's only one option element concerned ... I've tried many alternatives but it seems to always bug when applying .attr after .children - Is there any other way to select an option? Apart from using the id as $(#my_option).attr(selected, true) works fine - Ben On Jul 3,

[jQuery] Re: Problem using .children() + selector in IE6

2007-07-03 Thread benjaah
Thanx Ganeshji I've tried to set the attribute to selected instead of true as you proposed, but it doesn't work any better. The javascript error is: Could not set the selected property Ben On Jul 2, 7:33 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: i am not sure if what i am telling is

[jQuery] Re: Problem using .children() + selector in IE6

2007-07-03 Thread Ganeshji Marwaha
i am just wondering here.. did u try to debug and find out what element is getting selected by jquery... are u getting an option element and only a single option element.? -GTG On 7/3/07, benjaah [EMAIL PROTECTED] wrote: Thanx Ganeshji I've tried to set the attribute to selected instead of

[jQuery] Re: Problem using .children() + selector in IE6

2007-07-02 Thread Ganeshji Marwaha
i am not sure if what i am telling is correct or wrong... but can u try (selected,selected) instead of (selected, true); -GTG On 7/2/07, benjaah [EMAIL PROTECTED] wrote: Hi all, I've got a page where I'm changing the options of a select box and setting the first one to be selected: