Automobile.Mobile.Framework.JQuery.Format C# (CSharp) 메소드

Format() 공개 정적인 메소드

Formats the JQuery constructor with a selector
public static Format ( string selector ) : string
selector string selector to use
리턴 string
        public static string Format(string selector)
        {
            return Format(selector, string.Empty);
        }

Same methods

JQuery::Format ( string selector, string member ) : string