[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-23 Thread tarave

As I mentioned in my earlier post I have the same problem with
autocomplete.

The fix/workaround that I added to my page was to add a validation
that is executed just prior to the page submit.

The validation takes the typed in value and queries my data source to
verify the typed in value exists.  If the value does not exist the
validation raises an error the user has to deal with.  Doing these met
all my requirements and I did not have to change the plugin logic.

Regards,
Todd


[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread tarave

I'm having the same problem today.  Looks like another person did to
and thier fix was to put a hack into the autocomplete plugin code.



[jQuery] Re: jQuery Autocomplete - After service call if result is NULL then layer should be invisible

2009-06-22 Thread tarave

here is a link... 
http://groups.google.com/group/jquery-en/browse_thread/thread/9011e7faa57dca06

On Jun 22, 3:18 pm, tarave  wrote:
> I'm having the same problem today.  Looks like another person did too
> and thier fix was to put a hack into the autocomplete plugin code.


[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


[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