-------- Original-Nachricht -------- Datum: Sun, 12 Nov 2006 12:31:02 -0500 Von: Karl Swedberg <[EMAIL PROTECTED]> An: "jQuery Discussion." <[email protected]> Betreff: Re: [jQuery] Loop through all elements of a form
> On Nov 12, 2006, at 12:26 PM, Jörn Zaefferer wrote: > > > That is true, but again another ambiguitiy. If you want to select > > input > > elements of type hidden, :hidden will also select other elements that > > are not visible. In that case, you have to fallback to input > > [EMAIL PROTECTED] > > Not to complicate matters, but wouldn't "input:hidden" do the same > thing as "[EMAIL PROTECTED]" ? No. This is the implementation for ":hidden": hidden: "a.type=='hidden'||jQuery.css(a,'display')=='none'||jQuery.css(a,'visibility')=='hidden'" -- Jörn Zaefferer http://bassistance.de -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
