This is nice, but my problem is with the divs in the list. They
contain both lower case and upper case, but must be searched as they
were exclusively lower case. Is there a way to do something like this:

$("div.nume.toLowerCase:contains(" + xx
+")").parent().addClass("zero"); ??

Thanks,
Dinu

On Feb 21, 9:25 am, andrea varnier <[EMAIL PROTECTED]> wrote:
> On Feb 20, 8:55 pm, dinu <[EMAIL PROTECTED]> wrote:
>
> >  xx=$("form#form1 *").fieldValue()[0];
>
> hi :)
> have you tried this?
> xx=$("form#form1 *").fieldValue()[0].toLowerCase;

Reply via email to