Class JQuery


  • @JsType(namespace="<global>",
            name="jQuery",
            isNative=true)
    public class JQuery
    extends Object
    Contains selected JQuery methods.
    • Constructor Detail

      • JQuery

        public JQuery()
    • Method Detail

      • $

        @JsMethod(namespace="<global>")
        public static JQuery $​(String selector)
      • $

        @JsMethod(namespace="<global>")
        public static JQuery $​(elemental2.dom.HTMLElement element)
      • bootstrapSwitch

        public void bootstrapSwitch()
      • width

        public float width()