I am making search in an xml file, but I don't get expected results
since jQuery selectors are case-sensitive. I use something like

$(returnedXml).find("item[name*='"+search+"']").each(function(){
});

How to make it INCASE-SENSITIVE?

Reply via email to