jQuery HTML5 Input Pseudo-selectors Plugin

Sample Form

        $(function(){
          $(':search, :email, :tel').css('background', 'red');
        });
    

Using the jQuery HTML5 Input Pseudo-selectors plugin. Grab it on Github.

Copyright © 2010 Michael Taylor (@miketaylr) and licensed under the MIT license.