[jQuery] Re: Drop down doesn't show

2009-06-19 Thread tarave

Sancho,

I also have this same issue.  Did you discover a fix?

Regards,
Todd


[jQuery] Re: Drop down doesn't show

2009-06-19 Thread sancho

Hi,

I fixed it by using

focus:true

as an option.

Sancho

On Jun 19, 3:29 pm, tarave arav...@yahoo.com wrote:
 Sancho,

 I also have this same issue.  Did you discover a fix?

 Regards,
 Todd


[jQuery] Re: Drop down doesn't show

2009-06-19 Thread tarave

Sancho, Thanks for the speedy reply.

My fix was similar I made the following code the last thing I do in my
script.

$(#MY_ELEMENT).focus();

A related thread to this issue.
http://groups.google.com/group/jquery-en/browse_thread/thread/21f1d5714c990cf7/

Thanks,
Todd