Try this

$("input:text").not("[EMAIL PROTECTED]");

-GTG



On 8/17/07, Mohsen Saboorian <[EMAIL PROTECTED]> wrote:
>
>
> Hello list,
>
> Is it possible to select non-readonly textboxes with JQuery? I've
> tried the following queries, non of which worked:
>
> $("input:[EMAIL PROTECTED]")
> $("input:[EMAIL PROTECTED]'false']")
> $("input:[EMAIL PROTECTED]'true']")
>
> However it was possible to select readonly textboxes with the
> following query:
> $("input:[EMAIL PROTECTED]")
>
>

Reply via email to