Quote:
Originally Posted by nation-x
It looks like you are using jquery... if you are using non alpha characters for the element name that can cause problems in IE. You may be able to avoid that issue by escaping the non alpha characters... I am just making a suggestion with no guarantees that it will work... but it seems like I had that issue before when I was using the toggle() method to show/hide table rows.
|
Yeah, it's a known bug with jquery and IE7 apparently.