Automobile.Mobile.Framework.JQuery.Format C# (CSharp) Method

Format() public static method

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

Same methods

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