Nothing?

On Sep 20, 5:22 pm, blockedmind <[EMAIL PROTECTED]> wrote:
> I am making search in an xml file, but I don't get expected results
> since jQuery selectors arecase-sensitive. I use something like
>
> $(returnedXml).find("item[name*='"+search+"']").each(function(){
>
> });
>
> How to make it INCASE-SENSITIVE?

Reply via email to