Trait/Object

io.scalajs.npm.angularjs

JQLite

Related Docs: object JQLite | package angularjs

Permalink

trait JQLite extends Object with JQueryElement

JQuery Lite

Annotations
@RawJSType() @native()
See also

https://docs.angularjs.org/api/ng/function/angular.element

Linear Supertypes
JQueryElement, HTMLElement, Element, ParentNode, Node, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQLite
  2. JQueryElement
  3. HTMLElement
  4. Element
  5. ParentNode
  6. Node
  7. Object
  8. Any
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(element: |[|[|[Element, Selector], CSSSelector], Any], context: |[Element, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  5. def addBack(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  6. def addClass(className: |[String, Function2[Int, String, String]]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  7. def after(content: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  8. def animate(params: |[AnimateOptions, Any], speed: |[String, JsNumber], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  9. def append(content: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  10. def append(content: String*): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  11. def append(nodes: |[Node, String]*): JQLite.this.type

    Permalink
    Definition Classes
    ParentNode
  12. def appendChild(node: Node): Node

    Permalink
    Definition Classes
    Node
  13. def appendTo(target: |[|[String, Element], Array[_ <: Element]]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  14. def apply(index: Int): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
    Annotations
    @JSBracketAccess()
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def attr(name: String, function: Function2[Int, String, String]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  17. def attr(name: String, value: |[String, JsNumber]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  18. def attr(attributeName: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  19. def attr(name: |[String, Any]): String

    Permalink
    Definition Classes
    JQueryElement
  20. def attributes: NamedNodeMap[Attr]

    Permalink
    Definition Classes
    Node
  21. def before(content: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  22. def bind(events: Dictionary[Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  23. def bind(event: String, preventBubble: Boolean): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  24. def bind(event: String, data: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  25. def bind(event: String, data: Any, preventBubble: Boolean): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  26. def bind(event: String, data: Any, function: Function, map: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  27. def blur(eventData: Any, handler: Function1[Event, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  28. def blur(handler: Function1[Event, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  29. def blur(): Unit

    Permalink
    Definition Classes
    HTMLElement
  30. def change(callback: Function1[Event, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  31. def checked: Boolean

    Permalink
    Definition Classes
    JQueryElement
  32. def childElementCount: UnsignedLong

    Permalink
    Definition Classes
    ParentNode
  33. def childNodes[T <: Node]: NodeList[T]

    Permalink
    Definition Classes
    Node
  34. def children(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  35. def children: HTMLCollection[Element]

    Permalink
    Definition Classes
    ParentNode
  36. def clearQueue(queueName: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  37. def click(callback: Function1[Event, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  38. def click(): Unit

    Permalink
    Definition Classes
    HTMLElement
  39. def clone(withDataAndEvents: Boolean): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  40. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def cloneNode(deep: Boolean): JQLite.this.type

    Permalink
    Definition Classes
    Node
  42. def closest(element: Element): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  43. def closest(selector: Selector, context: |[Element, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  44. var contentEditable: String

    Permalink
    Definition Classes
    HTMLElement
  45. def contents(): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  46. var contextMenu: HTMLMenuElement

    Permalink
    Definition Classes
    HTMLElement
  47. def controller(name: String = js.native): Controller

    Permalink

    Retrieves the controller of the current element or its parent.

    Retrieves the controller of the current element or its parent. By default retrieves controller associated with the ngController directive. If name is provided as camelCase directive name, then the controller for this directive will be retrieved

    name

    the name of the controller

    returns

    the controller instance

  48. def css(propertyName: String, value: |[String, Double]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  49. def css(propertyNames: Array[String]): String

    Permalink
    Definition Classes
    JQueryElement
  50. def css(propertyName: String): String

    Permalink
    Definition Classes
    JQueryElement
  51. def css(): String

    Permalink
    Definition Classes
    JQueryElement
  52. def data(obj: Object): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  53. def data(key: String, value: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  54. def dataset: DOMStringMap

    Permalink
    Definition Classes
    HTMLElement
  55. def dequeue(queueName: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  56. def detach(selector: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  57. def die(events: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  58. def die(eventType: String, handler: Function1[Event, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  59. def die(): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  60. var dir: String

    Permalink
    Definition Classes
    HTMLElement
  61. def empty(): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  62. def eq(index: Int): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  63. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  64. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  65. def fadeIn(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  66. def fadeOut(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  67. def fadeToggle(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  68. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. def find(element: Element): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  70. def find(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  71. def firstChild[T <: Node]: T

    Permalink
    Definition Classes
    Node
  72. def firstElementChild: Element

    Permalink
    Definition Classes
    ParentNode
  73. def focus(): Unit

    Permalink
    Definition Classes
    HTMLElement
  74. def getAttribute(name: String): String

    Permalink
    Definition Classes
    Element
  75. def getAttributeNS(namespace: String, name: String): Attr

    Permalink
    Definition Classes
    Element
  76. def getAttributeNode(name: String): Attr

    Permalink
    Definition Classes
    Element
  77. def getAttributeNodeNS(namespace: String, name: String): Attr

    Permalink
    Definition Classes
    Element
  78. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  79. def getElementsByTagName[T <: Element](name: String): HTMLCollection[T]

    Permalink
    Definition Classes
    Element
  80. def getElementsByTagNameNS[T <: Element](namespace: String, name: String): HTMLCollection[T]

    Permalink
    Definition Classes
    Element
  81. def hasAttribute(namespace: String, name: String): Boolean

    Permalink
    Definition Classes
    Element
  82. def hasAttribute(name: String): Boolean

    Permalink
    Definition Classes
    Element
  83. def hasAttributes(): Boolean

    Permalink
    Definition Classes
    Node
  84. def hasChildNodes(): Boolean

    Permalink
    Definition Classes
    Node
  85. def hasClass(className: String): Boolean

    Permalink
    Definition Classes
    JQueryElement
  86. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  87. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  88. def height(value: |[|[String, Double], Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  89. def height(): Integer

    Permalink
    Definition Classes
    JQueryElement
  90. def hide(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  91. def html(element: |[|[String, Element], Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  92. def html(): Element

    Permalink
    Definition Classes
    JQueryElement
  93. def inheritedData(): Any

    Permalink
  94. def inheritedData[T <: Any](key: String): UndefOr[T]

    Permalink
  95. def inheritedData(obj: Object): JQLite.this.type

    Permalink
  96. def inheritedData(key: String, value: Any): JQLite.this.type

    Permalink

    Same as data(), but walks up the DOM until a value is found or the top parent element is reached.

    Same as data(), but walks up the DOM until a value is found or the top parent element is reached.

    key

    the given key

    value

    the given value

  97. def injector(): Injector

    Permalink

    Retrieves the injector of the current element or its parent.

    Retrieves the injector of the current element or its parent.

    returns

    the injector

  98. def innerHeight(value: |[|[String, Double], Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  99. def innerHeight(): Integer

    Permalink
    Definition Classes
    JQueryElement
  100. def innerWidth(value: |[|[String, Double], Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  101. def innerWidth(): Integer

    Permalink
    Definition Classes
    JQueryElement
  102. def insertBefore(newNode: Node, existingChild: Node): Node

    Permalink
    Definition Classes
    Node
  103. def is(function: Function): Boolean

    Permalink
    Definition Classes
    JQueryElement
  104. def is(selector: Selector): Boolean

    Permalink
    Definition Classes
    JQueryElement
  105. def isContentEditable: Boolean

    Permalink
    Definition Classes
    HTMLElement
  106. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  107. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  108. def isSupported(feature: String, version: String): Boolean

    Permalink
    Definition Classes
    Node
  109. def isolateScope(): Scope

    Permalink

    Retrieves an isolate scope if one is attached directly to the current element.

    Retrieves an isolate scope if one is attached directly to the current element. This getter should be used only on elements that contain a directive which starts a new isolate scope. Calling scope() on this element always returns the original non-isolate scope. Requires Debug Data to be enabled.

    returns

    the scope

  110. var lang: String

    Permalink
    Definition Classes
    HTMLElement
  111. def lastChild: Node

    Permalink
    Definition Classes
    Node
  112. def lastElementChild: Element

    Permalink
    Definition Classes
    ParentNode
  113. def localName: String

    Permalink
    Definition Classes
    Node
  114. def namespaceURI: String

    Permalink
    Definition Classes
    Node
  115. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  116. def next(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  117. def nextAll(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  118. def nextSibling: Node

    Permalink
    Definition Classes
    Node
  119. def nextUntil(selector: |[Selector, Node], filter: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  120. def nodeName: String

    Permalink
    Definition Classes
    Node
  121. def nodeType: NodeType

    Permalink
    Definition Classes
    Node
  122. def nodeValue: Any

    Permalink
    Definition Classes
    Node
  123. def normalize(): Unit

    Permalink
    Definition Classes
    Node
  124. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  125. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  126. def off(events: String, selector: String, handler: Function1[Event, Unit]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  127. def offset(coordinates: |[|[Coordinates, Function], Object]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  128. def offset(): Coordinates

    Permalink
    Definition Classes
    JQueryElement
  129. def offsetParent(): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  130. def on(events: String, selector: String, data: Any, handler: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  131. def one(events: String, data: Any, handler: Function1[Event, Unit]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  132. def outerHeight(value: |[|[String, Double], Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  133. def outerHeight(): Integer

    Permalink
    Definition Classes
    JQueryElement
  134. def outerWidth(value: |[|[String, Double], Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  135. def outerWidth(): Integer

    Permalink
    Definition Classes
    JQueryElement
  136. def ownerDocument: Document

    Permalink
    Definition Classes
    Node
  137. def parent(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  138. def parentNode: Node

    Permalink
    Definition Classes
    Node
  139. def parents(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  140. def parentsUntil(selector: |[Selector, Node], filter: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  141. def position(): Coordinates

    Permalink
    Definition Classes
    JQueryElement
  142. def prefix: String

    Permalink
    Definition Classes
    Node
  143. def prepend(content: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  144. def prepend(fn: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  145. def prepend(content: Any, content1: Any*): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  146. def prepend(nodes: |[Node, String]*): JQLite.this.type

    Permalink
    Definition Classes
    ParentNode
  147. def prev(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  148. def prevAll(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  149. def prevUntil(selector: |[Selector, Node], filter: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  150. def previousSibling: Node

    Permalink
    Definition Classes
    Node
  151. def prop(name: String, value: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  152. def prop(name: String, fn: Function2[Int, Any, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  153. def prop(name: String): Boolean

    Permalink
    Definition Classes
    JQueryElement
  154. def prop[T <: Any](propertyName: String): T

    Permalink
    Definition Classes
    JQueryElement
  155. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  156. def queue(queueName: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  157. def ready(callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  158. def remove(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  159. def removeAttr(attributeName: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  160. def removeAttribute(name: String): Unit

    Permalink
    Definition Classes
    Element
  161. def removeAttributeNS(namespace: String, name: String): Unit

    Permalink
    Definition Classes
    Element
  162. def removeAttributeNode(attr: Attr): Attr

    Permalink
    Definition Classes
    Element
  163. def removeChild(oldNode: Node): Unit

    Permalink
    Definition Classes
    Node
  164. def removeClass(fn: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  165. def removeClass(className: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  166. def removeData(list: Array[String]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  167. def removeData(name: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  168. def removeData(): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  169. def replaceChild(newChild: Node, existingChild: Node): Node

    Permalink
    Definition Classes
    Node
  170. def replaceWith(fn: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  171. def replaceWith(newContent: |[|[String, Element], Array[Element]]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  172. def scope(): Scope

    Permalink

    Retrieves the scope of the current element or its parent.

    Retrieves the scope of the current element or its parent. Requires Debug Data to be enabled.

    returns

    the scope

  173. def scrollLeft(value: Double): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  174. def scrollLeft(): Integer

    Permalink
    Definition Classes
    JQueryElement
  175. def scrollTop(value: Double): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  176. def scrollTop(): Integer

    Permalink
    Definition Classes
    JQueryElement
  177. def setAttribute(name: String, value: Any): Unit

    Permalink
    Definition Classes
    Element
  178. def setAttributeNS(namespace: String, name: String, value: Any): Unit

    Permalink
    Definition Classes
    Element
  179. def setAttributeNode(attr: Attr): Attr

    Permalink
    Definition Classes
    Element
  180. def setAttributeNodeNS(attr: Attr): Attr

    Permalink
    Definition Classes
    Element
  181. def show(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  182. def siblings(selector: Selector): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  183. def slideDown(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  184. def slideToggle(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  185. def slideUp(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  186. var style: CSSStyleDeclaration

    Permalink
    Definition Classes
    HTMLElement
  187. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  188. var tabIndex: String

    Permalink
    Definition Classes
    HTMLElement
  189. def tagName: String

    Permalink
    Definition Classes
    Element
  190. def text(value: |[String, Any]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  191. def text(): String

    Permalink
    Definition Classes
    JQueryElement
  192. var title: String

    Permalink
    Definition Classes
    HTMLElement
  193. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  194. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  195. def toggle(speed: |[String, Int], callback: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  196. def toggleClass(className: String, state: |[Boolean, Function]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  197. def toggleClass(handler: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  198. def toggleClass(className: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  199. def triggerHandler(eventType: |[String, Event], extraParameters: Any): Object

    Permalink
    Definition Classes
    JQueryElement
  200. def unbind(event: Event): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  201. def unbind(eventType: String, handler: Function2[Int, String, String]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  202. def unbind(eventType: String, returnFalse: Boolean): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  203. def unbind(eventType: String): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  204. def unbind(): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  205. def val(value: Any): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  206. def val(): Any

    Permalink
    Definition Classes
    JQueryElement
  207. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  208. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  209. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  210. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  211. def width(value: |[String, JsNumber]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  212. def width(): Integer

    Permalink
    Definition Classes
    JQueryElement
  213. def wrap(function: Function): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement
  214. def wrap(wrappingElement: |[Selector, Element]): JQLite.this.type

    Permalink
    Definition Classes
    JQueryElement

Inherited from JQueryElement

Inherited from HTMLElement

Inherited from Element

Inherited from ParentNode

Inherited from Node

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped