Sunday, December 27, 2009

[jQuery] Re: [AUTOCOMPLETE]

Yes.
try that:

$('select').focus(
function (){$(this).attr('size',5)}
).blur( function (){$(this).attr('size',0)} )

If it.. rate me please.

On Dec 23, 9:47 pm, Jake Moon <jmalon...@gmail.com> wrote:
> Is it possible to open the select list on focus?
>
> Best regards,
>
> Jake Moon

No comments: