JQuery Validation Library (Document! X Sample)
A space-seperated list of attribute names to remove.
In This Topic
    removeAttrs jQuery Plugin
    In This Topic
    Remove the specified attributes from the first matched element and return them.
    Syntax
    var instance; // Type:  options
    
    // Parameters
    var attributes; // Type:  String
    
    instance = $(".selector").removeAttrs(attributes);
    function removeAttrs( 
       attributes : String
    ) : options;

    Parameters

    attributes
    A space-seperated list of attribute names to remove.
    Browser Compatibility
    8
    5
    5
    See Also