[jQuery] IE radio button show nothing after click or change

2009-11-12 Thread 2daughtersdad
In IE7 my radio button do not display 'checked' when I click on it. (ie I would not change to show which button has been clicked) I work fine in Firefox. Need Help. Thanks in advance. I am using jquery-1.3.2.min.js and the following work fine as well. $("input[name='radioname']").click(function(

Re: [jQuery] IE radio button show nothing after click or change

2009-11-12 Thread Andrei Eftimie
I'm not sure about this right now, but from memory, IE will change the value after the element has loses its focus. On Thu, Nov 12, 2009 at 7:54 PM, 2daughtersdad wrote: > In IE7 my radio button do not display 'checked' when  I click on it. > (ie I would not change to show which button has been c

Re: [jQuery] IE radio button show nothing after click or change

2009-11-19 Thread Jacob Siu
Thanks. I figure it out later On Thu, Nov 12, 2009 at 1:35 PM, Andrei Eftimie wrote: > I'm not sure about this right now, but from memory, IE will change the > value after the element has loses its focus. > > On Thu, Nov 12, 2009 at 7:54 PM, 2daughtersdad > wrote: > > In IE7 my radio button do