Hey guys,
I was testing out some selectors and came across a possible bug. When I have a input form like: <input type="text" id="noName" name="" value="No Name Attribute"/> And try to select it with: $("[value*='no']") I get an error at line 1473: (type == "*=" || type == "~=") && z.indexOf(m[5]) >= 0) ^ not ) I have a test page up at <a href="http://benjaminsterling.com/articles/jQuery-%20Select%20what%20you%20want%20-%20part%201.htm">http://benjaminsterling.com/articles/jQuery-%20Select%20what%20you%20want%20-%20part%201.htm</a><br clear="all"> But if I do: $("[id*='no']") No errors. I tried changing the value to something else and changed the call to match but still get the error. Thanks. -- Benjamin Sterling <a href="http://www.KenzoMedia.com"> http://www.KenzoMedia.com</a> <a href="http://www.KenzoHosting.com">http://www.KenzoHosting.com</a> <a href="http://www.benjaminsterling.com">http://www.benjaminsterling.com</a>