/// <summary>
 ///     Get the current count element of matched elements
 /// </summary>
 public static JquerySelectorExtend Length(this JquerySelectorExtend selector)
 {
     return(selector.Property("length"));
 }