Posted by tomotomo on February 2, 2011 at 12:07pm
1 follower
| 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