[jQuery] Re: Select box change event infinite loop in ASP.NET

2007-05-29 Thread Mike Chabot
The error was caused by using a $ instead of a # in the selector string. -Mike On 5/24/07, Roger Roelofs [EMAIL PROTECTED] wrote: Mike, On May 22, 2007, at 1:17 PM, Mike Chabot wrote: I have a simple function to capture the OnChange event of a drop-down select box. In MSIE, it works as

[jQuery] Re: Select box change event infinite loop in ASP.NET

2007-05-24 Thread Roger Roelofs
Mike, On May 22, 2007, at 1:17 PM, Mike Chabot wrote: I have a simple function to capture the OnChange event of a drop-down select box. In MSIE, it works as expected, but Firefox gets caught in an infinite loop. Has anyone else seen this problem? I have a counter to track the problem. In