[jQuery] Re: opera and :visible selector

2009-12-30 Thread MorningZ
I'm not so sure the blanket statement :visible doesn't work in Opera, as Opera 10 runs the jQuery Docs example just fine: http://docs.jquery.com/Selectors/visible Works fine for me anyways perhaps it's not selecting what you think it should be? and FF/ Chrome/IE compensate for it On Dec

[jQuery] Re: opera and :visible selector

2009-12-30 Thread phatfish
On Dec 30, 5:50 pm, MorningZ morni...@gmail.com wrote: I'm not so sure the blanket statement :visible doesn't work in Opera, as Opera 10 runs the jQuery Docs example just fine: http://docs.jquery.com/Selectors/visible Works fine for me anyways perhaps it's not selecting what you think

[jQuery] Re: opera and :visible selector

2009-12-30 Thread MorningZ
How about seeing if $(#main-form :input).filter(:visible).serialize() works across all browsers On Dec 30, 2:21 pm, phatfish phatf...@gmail.com wrote: On Dec 30, 5:50 pm, MorningZ morni...@gmail.com wrote: I'm not so sure the blanket statement :visible doesn't work in Opera, as Opera 10

[jQuery] Re: opera and :visible selector

2009-12-30 Thread phatfish
On Dec 30, 7:51 pm, MorningZ morni...@gmail.com wrote: How about seeing if $(#main-form :input).filter(:visible).serialize() works across all browsers Yup, that seems to work fine for Opera and the others. Thanks MorningZ. I wonder if the problem is with jQuery or Opera. I would guess its