[jQuery] Re: How to select :inp...@type=text] OR :inp...@type=password]

2009-04-09 Thread Nick Boutelier
the "basics" > section on the top) > > $(":text, :password") > > On Apr 9, 1:53 am, Nick Boutelier wrote: > > > > > How do you use an OR statement in a selector function? For example... > > > $(':inp...@type=text,password]').e

[jQuery] How to select :inp...@type=text] OR :inp...@type=password]

2009-04-09 Thread Nick Boutelier
How do you use an OR statement in a selector function? For example... $(':inp...@type=text,password]').each(function(){ // do something to a text or password input });