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
});

Reply via email to