[jQuery] Re: Odd behavior in IE with select boxes

2008-10-15 Thread TimW66
The javascript has to be in an external file. Both of these are similar to what I had done in other attempts. The odd thing is, in IE I can see the first element of the data has the 'selected' attribute, even though the original HTML sent by the server doesn't have it. The only thing I can figu

[jQuery] Re: Odd behavior in IE with select boxes

2008-10-15 Thread JohnieKarr
I don't do this with client side, I do it with server side and a database, but I think you should try one of the following: 1) Select Type --- Type --- // javascript here to dynamically load content or 2) Select Type //No option to start with javascript: Then make your javascript

[jQuery] Re: Odd behavior in IE with select boxes

2008-10-14 Thread TimW66
Anyone? On Oct 13, 6:08 pm, TimW66 <[EMAIL PROTECTED]> wrote: > I'm seeing some odd behavior in IE with my SELECT boxes. In the > static HTML, I have the following: > > Select Type > > --- Type --- > > > In JavaScript, I have the following: > > $.get("create.do", params, > func