Modify ↓
Ticket #6739 (closed bug: invalid)
:submit fails in Firefox
| Reported by: | kingjeffrey | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I experienced this bug using the jqueryui button method, but the problem seems to be with jquery core.
$("button, :submit, a.button").button(); fails to style any matching element in Firefox 3.6.4 on OSX 10.6.4.
$("button, input:submit, a.button").button(); works fine.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please include a test case that has both script and html. It sounds like you're saying the selected elements are different in the two cases, so it would be handy to have something that showed the problem with jQuery core alone.