[jQuery] opera and :visible selector

2009-12-30 Thread phatfish
Hi all, Im using this code -- var uri = /generator/render?s=formo=image+$(#main- form :visible).serialize(); -- to select and then serialize only the visible fields in a form (i have hidden inputs i don't want sent in this ajax request). However Opera v10.10 it appears doesn't support the

[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 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