$(selector).attr(attribute);
Set the attribute and value.
$(selector).attr(attribute,value);
$(selector).removeAttr(attribute);
Software Engineer
$(selector).attr(attribute);
Set the attribute and value.
$(selector).attr(attribute,value);
$(selector).removeAttr(attribute);
Recent Comments