Download & Extend

Attribute filters similar to example break jquery in Firefox

Project:Hide submit button
Version:6.x-1.9
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Setting Attribute Filter (Experimental) to filter on value like the example but using the 'starts with' operating ^= will cause the error "z.indexOf is not a function" in jquery.js when running Firefox. At least this is the case if there are any 'li' elements on the page. A workaround is to use 'input[value^=whatever]' instead of just '[value^=whatever]'.

More details at http://www.saigonist.com/content/jquery-bug-firefox-zindexof-not-function

nobody click here