Пример #1
0
 /// <summary>
 ///     Get the value of an attribute for the first element in the set of matched elements every matched element.
 /// </summary>
 public static JquerySelectorExtend Attr(this JquerySelectorExtend selector, HtmlAttribute attr)
 {
     return(selector.Attr(attr.ToJqueryString()));
 }