Packages

t

net.exoego.scalajs.jquery

JQueryStatic

trait JQueryStatic extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQueryStatic
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Animation: AnimationStatic
  5. def Callbacks(flags: String): Callbacks
  6. def Callbacks(): Callbacks
  7. val Deferred: DeferredStatic
  8. val Event: EventStatic
  9. val Tween: TweenStatic
  10. def ajax(): jqXHR
  11. def ajax(settings: AjaxSettings): jqXHR
  12. def ajax(url: String): jqXHR
  13. def ajax(url: String, settings: AjaxSettings): jqXHR
  14. def ajaxPrefilter(handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[String, Unit]]): Unit
  15. def ajaxPrefilter(dataTypes: String, handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[String, Unit]]): Unit
  16. val ajaxSettings: AjaxSettings
  17. def ajaxSetup(options: AjaxSettings): AjaxSettings
  18. def ajaxTransport(dataType: String, handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[Transport, Unit]]): Unit
  19. def apply(): JQuery[Element]
  20. def apply(callback: ThisFunction1[Document, JQueryStatic, Unit]): JQuery[Document]
  21. def apply(element: HTMLSelectElement): JQuery[HTMLSelectElement]
  22. def apply(obj: Any): JQuery[Element]
  23. def apply[T <: Any](array: Array[T]): JQuery[T]
  24. def apply(selection: JQuery[Element]): JQuery[Element]
  25. def apply(elements: |[Element, ArrayLike[Element]]): JQuery[Element]
  26. def apply(selector: Selector): JQuery[Element]
  27. def apply(selector: Selector, context: |[|[Element, Document], JQuery[Element]]): JQuery[Element]
  28. def apply(html: htmlString, ownerDocument: Document): JQuery[Element]
  29. def apply(html: htmlString, attributes: PlainObject[_]): JQuery[Element]
  30. def apply(window: Window): JQuery[Element]
  31. def apply(window: Window, discriminator: Boolean): JQueryStatic
  32. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  33. def camelCase(value: String): String
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  35. def contains(container: Element, contained: Element): Boolean
  36. def css(elem: Element, name: String): Dynamic
  37. val cssHooks: CSSHooks
  38. val cssNumber: PlainObject[Boolean]
  39. def data(element: |[|[Element, Document], Window]): PlainObject[Any]
  40. def data[T <: |[|[|[|[String, Double], Boolean], Object], Null]](element: |[|[Element, Document], Window], key: String): UndefOr[T]
  41. def data[T <: |[|[|[|[String, Double], Boolean], Object], Null]](element: |[|[Element, Document], Window], key: String, value: T): T
  42. def dequeue(element: Element, queueName: String): Unit
  43. def dequeue(element: Element): Unit
  44. def each[T <: Object](obj: T, callback: ThisFunction0[Any, Any]): T
  45. def each[T <: Object](obj: T, callback: ThisFunction1[Any, String, Any]): T
  46. def each[T <: Object](obj: T, callback: Function2[String, Any, Any]): T
  47. def each[T](array: ArrayLike[T], callback: ThisFunction0[T, Any]): ArrayLike[T]
  48. def each[T](array: ArrayLike[T], callback: ThisFunction1[T, Int, Any]): ArrayLike[T]
  49. def each[T](array: ArrayLike[T], callback: Function2[Int, T, Any]): ArrayLike[T]
  50. val easing: Easings
  51. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  53. def error(message: Any): Dynamic
  54. def escapeSelector(selector: Selector): Selector
  55. val event: EventExtensions
  56. def extend(target: Any, object1: Any, objectN: Any*): Dynamic
  57. def extend[T](target: T): JQueryStatic.this.type with T
  58. def extend[T, U](target: T, object1: U): T with U
  59. def extend[T, U, V](target: T, object1: U, object2: V): T with U with V
  60. def extend[T, U, V, W](target: T, object1: U, object2: V, object3: W): T with U with V with W
  61. def extend[T, U, V, W, X](target: T, object1: U, object2: V, object3: W, object4: X): T with U with V with W with X
  62. def extend[T, U, V, W, X, Y](target: T, object1: U, object2: V, object3: W, object4: X, object5: Y): T with U with V with W with X with Y
  63. def extend[T, U, V, W, X, Y, Z](target: T, object1: U, object2: V, object3: W, object4: X, object5: Y, object6: Z): T with U with V with W with X with Y with Z
  64. def extend(deep: Boolean, target: Any, object1: Any, objectN: Any*): Dynamic
  65. def extend[T](deep: Boolean, target: T): JQueryStatic.this.type with T
  66. def extend[T, U](deep: Boolean, target: T, object1: U): T with U
  67. def extend[T, U, V](deep: Boolean, target: T, object1: U, object2: V): T with U with V
  68. def extend[T, U, V, W](deep: Boolean, target: T, object1: U, object2: V, object3: W): T with U with V with W
  69. def extend[T, U, V, W, X](deep: Boolean, target: T, object1: U, object2: V, object3: W, object4: X): T with U with V with W with X
  70. def extend[T, U, V, W, X, Y](deep: Boolean, target: T, object1: U, object2: V, object3: W, object4: X, object5: Y): T with U with V with W with X with Y
  71. def extend[T, U, V, W, X, Y, Z](deep: Boolean, target: T, object1: U, object2: V, object3: W, object4: X, object5: Y, object6: Z): T with U with V with W with X with Y with Z
  72. val fx: Effects
  73. def get(): jqXHR
  74. def get(settings: AjaxSettings): jqXHR
  75. def get(url: String): jqXHR
  76. def get(url: String, data: |[PlainObject[_], String]): jqXHR
  77. def get(url: String, success: DoneCallback[_]): jqXHR
  78. def get(url: String, success: |[DoneCallback[_], Null], dataType: String): jqXHR
  79. def get(url: String, data: |[PlainObject[_], String], success: |[DoneCallback[_], Null]): jqXHR
  80. def get(url: String, data: |[PlainObject[_], String], success: |[DoneCallback[_], Null], dataType: String): jqXHR
  81. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  82. def getJSON(url: String): jqXHR
  83. def getJSON(url: String, data: |[PlainObject[_], String]): jqXHR
  84. def getJSON(url: String, success: DoneCallback[_]): jqXHR
  85. def getJSON(url: String, data: |[PlainObject[_], String], success: DoneCallback[_]): jqXHR
  86. def getScript(options: AjaxSettings): jqXHR
  87. def getScript(url: String): jqXHR
  88. def getScript(url: String, success: DoneCallback[|[String, Unit]]): jqXHR
  89. def globalEval(code: String): Unit
  90. def grep[T](array: ArrayLike[T], funсtion: Function2[T, Int, Boolean]): Array[T]
  91. def grep[T](array: ArrayLike[T], funсtion: Function2[T, Int, Boolean], invert: Boolean): Array[T]
  92. def hasData(element: |[|[|[Element, Document], Window], PlainObject[_]]): Boolean
  93. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  94. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  95. def holdReady(hold: Boolean): Unit
  96. def htmlPrefilter(html: htmlString): htmlString
  97. def inArray[T](value: T, array: Array[T]): Int
  98. def inArray[T](value: T, array: Array[T], fromIndex: Int): Int
  99. def isArray(obj: Any): Boolean
  100. def isEmptyObject(obj: Any): Boolean
  101. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  102. def isNumeric(value: Any): Boolean
  103. def isPlainObject(obj: Any): Boolean
  104. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  105. val isReady: Boolean
  106. def isXMLDoc(node: Node): Boolean
  107. def makeArray[T](obj: ArrayLike[T]): Array[T]
  108. def map[R](obj: Object, callback: Function1[Any, |[TypeOrArray[R], Null]]): Array[R]
  109. def map[R](obj: Object, callback: Function2[Any, String, |[TypeOrArray[R], Null]]): Array[R]
  110. def map[T, R](obj: Dictionary[T], callback: Function1[T, |[TypeOrArray[R], Null]]): Array[R]
  111. def map[T, R](obj: Dictionary[T], callback: Function2[T, String, |[TypeOrArray[R], Null]]): Array[R]
  112. def map[T, R](array: ArrayLike[T], callback: Function1[T, |[TypeOrArray[R], Null]]): Array[R]
  113. def map[T, R](array: ArrayLike[T], callback: Function2[T, Int, |[TypeOrArray[R], Null]]): Array[R]
  114. def merge[T, U](first: ArrayLike[T], second: ArrayLike[U]): Array[|[T, U]]
  115. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  116. def noConflict(): JQueryStatic.this.type
  117. def noConflict(removeAll: Boolean): JQueryStatic.this.type
  118. def nodeName(elem: Node, name: String): Boolean
  119. def noop(): Unit
  120. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  121. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  122. def now(): Double
  123. def param(obj: |[Array[NameValuePair], Object]): String
  124. def param(obj: |[Array[NameValuePair], Object], traditional: Boolean): String
  125. def parseHTML(data: String): Array[Node]
  126. def parseHTML(data: String, keepScripts: Boolean): Array[Node]
  127. def parseHTML(data: String, context: Document): Array[Node]
  128. def parseHTML(data: String, context: |[Document, Null], keepScripts: Boolean): Array[Node]
  129. def parseXML(data: String): Dynamic
  130. def post(): jqXHR
  131. def post(settings: AjaxSettings): jqXHR
  132. def post(url: String): jqXHR
  133. def post[T <: Object](url: String, data: |[PlainObject[_], String]): jqXHR
  134. def post[T <: Object](url: String, success: DoneCallback[T]): jqXHR
  135. def post[T <: Object](url: String, success: |[DoneCallback[T], Null], dataType: String): jqXHR
  136. def post[T <: Object](url: String, data: |[PlainObject[_], String], success: |[DoneCallback[T], Null]): jqXHR
  137. def post[T <: Object](url: String, data: |[PlainObject[_], String], success: |[DoneCallback[T], Null], dataType: String): jqXHR
  138. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  139. def proxy[TContext](context: TContext, name: String, additionalArguments: Any*): Function
  140. def proxy[TContext, TReturn](funсtion: Function, context: TContext, additionalArguments: Any*): Function
  141. def proxy[TContext, TReturn, T, U, V, W, X, Y, Z](funсtion: ThisFunction7[TContext, T, U, V, W, X, Y, Z, TReturn], context: TContext): Function7[T, U, V, W, X, Y, Z, TReturn]
  142. def proxy[TContext, TReturn, A, T, U, V, W, X, Y, Z](funсtion: ThisFunction8[TContext, A, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A): Function7[T, U, V, W, X, Y, Z, TReturn]
  143. def proxy[TContext, TReturn, A, B, T, U, V, W, X, Y, Z](funсtion: ThisFunction9[TContext, A, B, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A, b: B): Function7[T, U, V, W, X, Y, Z, TReturn]
  144. def proxy[TContext, TReturn, A, B, C, T, U, V, W, X, Y, Z](funсtion: ThisFunction10[TContext, A, B, C, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A, b: B, c: C): Function7[T, U, V, W, X, Y, Z, TReturn]
  145. def proxy[TContext, TReturn, A, B, C, D, T, U, V, W, X, Y, Z](funсtion: ThisFunction11[TContext, A, B, C, D, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function7[T, U, V, W, X, Y, Z, TReturn]
  146. def proxy[TContext, TReturn, A, B, C, D, E, T, U, V, W, X, Y, Z](funсtion: ThisFunction12[TContext, A, B, C, D, E, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function7[T, U, V, W, X, Y, Z, TReturn]
  147. def proxy[TContext, TReturn, A, B, C, D, E, F, T, U, V, W, X, Y, Z](funсtion: ThisFunction13[TContext, A, B, C, D, E, F, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function7[T, U, V, W, X, Y, Z, TReturn]
  148. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T, U, V, W, X, Y, Z](funсtion: ThisFunction14[TContext, A, B, C, D, E, F, G, T, U, V, W, X, Y, Z, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function7[T, U, V, W, X, Y, Z, TReturn]
  149. def proxy[TContext, TReturn, T, U, V, W, X, Y](funсtion: ThisFunction6[TContext, T, U, V, W, X, Y, TReturn], context: TContext): Function6[T, U, V, W, X, Y, TReturn]
  150. def proxy[TContext, TReturn, A, T, U, V, W, X, Y](funсtion: ThisFunction7[TContext, A, T, U, V, W, X, Y, TReturn], context: TContext, a: A): Function6[T, U, V, W, X, Y, TReturn]
  151. def proxy[TContext, TReturn, A, B, T, U, V, W, X, Y](funсtion: ThisFunction8[TContext, A, B, T, U, V, W, X, Y, TReturn], context: TContext, a: A, b: B): Function6[T, U, V, W, X, Y, TReturn]
  152. def proxy[TContext, TReturn, A, B, C, T, U, V, W, X, Y](funсtion: ThisFunction9[TContext, A, B, C, T, U, V, W, X, Y, TReturn], context: TContext, a: A, b: B, c: C): Function6[T, U, V, W, X, Y, TReturn]
  153. def proxy[TContext, TReturn, A, B, C, D, T, U, V, W, X, Y](funсtion: ThisFunction10[TContext, A, B, C, D, T, U, V, W, X, Y, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function6[T, U, V, W, X, Y, TReturn]
  154. def proxy[TContext, TReturn, A, B, C, D, E, T, U, V, W, X, Y](funсtion: ThisFunction11[TContext, A, B, C, D, E, T, U, V, W, X, Y, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function6[T, U, V, W, X, Y, TReturn]
  155. def proxy[TContext, TReturn, A, B, C, D, E, F, T, U, V, W, X, Y](funсtion: ThisFunction12[TContext, A, B, C, D, E, F, T, U, V, W, X, Y, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function6[T, U, V, W, X, Y, TReturn]
  156. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T, U, V, W, X, Y](funсtion: ThisFunction13[TContext, A, B, C, D, E, F, G, T, U, V, W, X, Y, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function6[T, U, V, W, X, Y, TReturn]
  157. def proxy[TContext, TReturn, T, U, V, W, X](funсtion: ThisFunction5[TContext, T, U, V, W, X, TReturn], context: TContext): Function5[T, U, V, W, X, TReturn]
  158. def proxy[TContext, TReturn, A, T, U, V, W, X](funсtion: ThisFunction6[TContext, A, T, U, V, W, X, TReturn], context: TContext, a: A): Function5[T, U, V, W, X, TReturn]
  159. def proxy[TContext, TReturn, A, B, T, U, V, W, X](funсtion: ThisFunction7[TContext, A, B, T, U, V, W, X, TReturn], context: TContext, a: A, b: B): Function5[T, U, V, W, X, TReturn]
  160. def proxy[TContext, TReturn, A, B, C, T, U, V, W, X](funсtion: ThisFunction8[TContext, A, B, C, T, U, V, W, X, TReturn], context: TContext, a: A, b: B, c: C): Function5[T, U, V, W, X, TReturn]
  161. def proxy[TContext, TReturn, A, B, C, D, T, U, V, W, X](funсtion: ThisFunction9[TContext, A, B, C, D, T, U, V, W, X, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function5[T, U, V, W, X, TReturn]
  162. def proxy[TContext, TReturn, A, B, C, D, E, T, U, V, W, X](funсtion: ThisFunction10[TContext, A, B, C, D, E, T, U, V, W, X, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function5[T, U, V, W, X, TReturn]
  163. def proxy[TContext, TReturn, A, B, C, D, E, F, T, U, V, W, X](funсtion: ThisFunction11[TContext, A, B, C, D, E, F, T, U, V, W, X, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function5[T, U, V, W, X, TReturn]
  164. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T, U, V, W, X](funсtion: ThisFunction12[TContext, A, B, C, D, E, F, G, T, U, V, W, X, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function5[T, U, V, W, X, TReturn]
  165. def proxy[TContext, TReturn, T, U, V, W](funсtion: ThisFunction4[TContext, T, U, V, W, TReturn], context: TContext): Function4[T, U, V, W, TReturn]
  166. def proxy[TContext, TReturn, A, T, U, V, W](funсtion: ThisFunction5[TContext, A, T, U, V, W, TReturn], context: TContext, a: A): Function4[T, U, V, W, TReturn]
  167. def proxy[TContext, TReturn, A, B, T, U, V, W](funсtion: ThisFunction6[TContext, A, B, T, U, V, W, TReturn], context: TContext, a: A, b: B): Function4[T, U, V, W, TReturn]
  168. def proxy[TContext, TReturn, A, B, C, T, U, V, W](funсtion: ThisFunction7[TContext, A, B, C, T, U, V, W, TReturn], context: TContext, a: A, b: B, c: C): Function4[T, U, V, W, TReturn]
  169. def proxy[TContext, TReturn, A, B, C, D, T, U, V, W](funсtion: ThisFunction8[TContext, A, B, C, D, T, U, V, W, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function4[T, U, V, W, TReturn]
  170. def proxy[TContext, TReturn, A, B, C, D, E, T, U, V, W](funсtion: ThisFunction9[TContext, A, B, C, D, E, T, U, V, W, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function4[T, U, V, W, TReturn]
  171. def proxy[TContext, TReturn, A, B, C, D, E, F, T, U, V, W](funсtion: ThisFunction10[TContext, A, B, C, D, E, F, T, U, V, W, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function4[T, U, V, W, TReturn]
  172. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T, U, V, W](funсtion: ThisFunction11[TContext, A, B, C, D, E, F, G, T, U, V, W, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function4[T, U, V, W, TReturn]
  173. def proxy[TContext, TReturn, T, U, V](funсtion: ThisFunction3[TContext, T, U, V, TReturn], context: TContext): Function3[T, U, V, TReturn]
  174. def proxy[TContext, TReturn, A, T, U, V](funсtion: ThisFunction4[TContext, A, T, U, V, TReturn], context: TContext, a: A): Function3[T, U, V, TReturn]
  175. def proxy[TContext, TReturn, A, B, T, U, V](funсtion: ThisFunction5[TContext, A, B, T, U, V, TReturn], context: TContext, a: A, b: B): Function3[T, U, V, TReturn]
  176. def proxy[TContext, TReturn, A, B, C, T, U, V](funсtion: ThisFunction6[TContext, A, B, C, T, U, V, TReturn], context: TContext, a: A, b: B, c: C): Function3[T, U, V, TReturn]
  177. def proxy[TContext, TReturn, A, B, C, D, T, U, V](funсtion: ThisFunction7[TContext, A, B, C, D, T, U, V, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function3[T, U, V, TReturn]
  178. def proxy[TContext, TReturn, A, B, C, D, E, T, U, V](funсtion: ThisFunction8[TContext, A, B, C, D, E, T, U, V, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function3[T, U, V, TReturn]
  179. def proxy[TContext, TReturn, A, B, C, D, E, F, T, U, V](funсtion: ThisFunction9[TContext, A, B, C, D, E, F, T, U, V, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function3[T, U, V, TReturn]
  180. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T, U, V](funсtion: ThisFunction10[TContext, A, B, C, D, E, F, G, T, U, V, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function3[T, U, V, TReturn]
  181. def proxy[TContext, TReturn, T, U](funсtion: ThisFunction2[TContext, T, U, TReturn], context: TContext): Function2[T, U, TReturn]
  182. def proxy[TContext, TReturn, A, T, U](funсtion: ThisFunction3[TContext, A, T, U, TReturn], context: TContext, a: A): Function2[T, U, TReturn]
  183. def proxy[TContext, TReturn, A, B, T, U](funсtion: ThisFunction4[TContext, A, B, T, U, TReturn], context: TContext, a: A, b: B): Function2[T, U, TReturn]
  184. def proxy[TContext, TReturn, A, B, C, T, U](funсtion: ThisFunction5[TContext, A, B, C, T, U, TReturn], context: TContext, a: A, b: B, c: C): Function2[T, U, TReturn]
  185. def proxy[TContext, TReturn, A, B, C, D, T, U](funсtion: ThisFunction6[TContext, A, B, C, D, T, U, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function2[T, U, TReturn]
  186. def proxy[TContext, TReturn, A, B, C, D, E, T, U](funсtion: ThisFunction7[TContext, A, B, C, D, E, T, U, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function2[T, U, TReturn]
  187. def proxy[TContext, TReturn, A, B, C, D, E, F, T, U](funсtion: ThisFunction8[TContext, A, B, C, D, E, F, T, U, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function2[T, U, TReturn]
  188. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T, U](funсtion: ThisFunction9[TContext, A, B, C, D, E, F, G, T, U, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function2[T, U, TReturn]
  189. def proxy[TContext, TReturn, T](funсtion: ThisFunction1[TContext, T, TReturn], context: TContext): Function1[T, TReturn]
  190. def proxy[TContext, TReturn, A, T](funсtion: ThisFunction2[TContext, A, T, TReturn], context: TContext, a: A): Function1[T, TReturn]
  191. def proxy[TContext, TReturn, A, B, T](funсtion: ThisFunction3[TContext, A, B, T, TReturn], context: TContext, a: A, b: B): Function1[T, TReturn]
  192. def proxy[TContext, TReturn, A, B, C, T](funсtion: ThisFunction4[TContext, A, B, C, T, TReturn], context: TContext, a: A, b: B, c: C): Function1[T, TReturn]
  193. def proxy[TContext, TReturn, A, B, C, D, T](funсtion: ThisFunction5[TContext, A, B, C, D, T, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function1[T, TReturn]
  194. def proxy[TContext, TReturn, A, B, C, D, E, T](funсtion: ThisFunction6[TContext, A, B, C, D, E, T, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function1[T, TReturn]
  195. def proxy[TContext, TReturn, A, B, C, D, E, F, T](funсtion: ThisFunction7[TContext, A, B, C, D, E, F, T, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function1[T, TReturn]
  196. def proxy[TContext, TReturn, A, B, C, D, E, F, G, T](funсtion: ThisFunction8[TContext, A, B, C, D, E, F, G, T, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function1[T, TReturn]
  197. def proxy[TContext, TReturn](funсtion: ThisFunction0[TContext, TReturn], context: TContext): Function0[TReturn]
  198. def proxy[TContext, TReturn, A](funсtion: ThisFunction1[TContext, A, TReturn], context: TContext, a: A): Function0[TReturn]
  199. def proxy[TContext, TReturn, A, B](funсtion: ThisFunction2[TContext, A, B, TReturn], context: TContext, a: A, b: B): Function0[TReturn]
  200. def proxy[TContext, TReturn, A, B, C](funсtion: ThisFunction3[TContext, A, B, C, TReturn], context: TContext, a: A, b: B, c: C): Function0[TReturn]
  201. def proxy[TContext, TReturn, A, B, C, D](funсtion: ThisFunction4[TContext, A, B, C, D, TReturn], context: TContext, a: A, b: B, c: C, d: D): Function0[TReturn]
  202. def proxy[TContext, TReturn, A, B, C, D, E](funсtion: ThisFunction5[TContext, A, B, C, D, E, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E): Function0[TReturn]
  203. def proxy[TContext, TReturn, A, B, C, D, E, F](funсtion: ThisFunction6[TContext, A, B, C, D, E, F, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F): Function0[TReturn]
  204. def proxy[TContext, TReturn, A, B, C, D, E, F, G](funсtion: ThisFunction7[TContext, A, B, C, D, E, F, G, TReturn], context: TContext, a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function0[TReturn]
  205. def proxy[TReturn](funсtion: Function, context: |[Null, Unit], additionalArguments: Any*): Function
  206. def proxy[TReturn, T, U, V, W, X, Y, Z](funсtion: Function7[T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit]): Function7[T, U, V, W, X, Y, Z, TReturn]
  207. def proxy[TReturn, A, T, U, V, W, X, Y, Z](funсtion: Function8[A, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A): Function7[T, U, V, W, X, Y, Z, TReturn]
  208. def proxy[TReturn, A, B, T, U, V, W, X, Y, Z](funсtion: Function9[A, B, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A, b: B): Function7[T, U, V, W, X, Y, Z, TReturn]
  209. def proxy[TReturn, A, B, C, T, U, V, W, X, Y, Z](funсtion: Function10[A, B, C, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function7[T, U, V, W, X, Y, Z, TReturn]
  210. def proxy[TReturn, A, B, C, D, T, U, V, W, X, Y, Z](funсtion: Function11[A, B, C, D, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function7[T, U, V, W, X, Y, Z, TReturn]
  211. def proxy[TReturn, A, B, C, D, E, T, U, V, W, X, Y, Z](funсtion: Function12[A, B, C, D, E, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function7[T, U, V, W, X, Y, Z, TReturn]
  212. def proxy[TReturn, A, B, C, D, E, F, T, U, V, W, X, Y, Z](funсtion: Function13[A, B, C, D, E, F, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function7[T, U, V, W, X, Y, Z, TReturn]
  213. def proxy[TReturn, A, B, C, D, E, F, G, T, U, V, W, X, Y, Z](funсtion: Function14[A, B, C, D, E, F, G, T, U, V, W, X, Y, Z, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function7[T, U, V, W, X, Y, Z, TReturn]
  214. def proxy[TReturn, T, U, V, W, X, Y](funсtion: Function6[T, U, V, W, X, Y, TReturn], context: |[Null, Unit]): Function6[T, U, V, W, X, Y, TReturn]
  215. def proxy[TReturn, A, T, U, V, W, X, Y](funсtion: Function7[A, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A): Function6[T, U, V, W, X, Y, TReturn]
  216. def proxy[TReturn, A, B, T, U, V, W, X, Y](funсtion: Function8[A, B, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A, b: B): Function6[T, U, V, W, X, Y, TReturn]
  217. def proxy[TReturn, A, B, C, T, U, V, W, X, Y](funсtion: Function9[A, B, C, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function6[T, U, V, W, X, Y, TReturn]
  218. def proxy[TReturn, A, B, C, D, T, U, V, W, X, Y](funсtion: Function10[A, B, C, D, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function6[T, U, V, W, X, Y, TReturn]
  219. def proxy[TReturn, A, B, C, D, E, T, U, V, W, X, Y](funсtion: Function11[A, B, C, D, E, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function6[T, U, V, W, X, Y, TReturn]
  220. def proxy[TReturn, A, B, C, D, E, F, T, U, V, W, X, Y](funсtion: Function12[A, B, C, D, E, F, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function6[T, U, V, W, X, Y, TReturn]
  221. def proxy[TReturn, A, B, C, D, E, F, G, T, U, V, W, X, Y](funсtion: Function13[A, B, C, D, E, F, G, T, U, V, W, X, Y, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function6[T, U, V, W, X, Y, TReturn]
  222. def proxy[TReturn, T, U, V, W, X](funсtion: Function5[T, U, V, W, X, TReturn], context: |[Null, Unit]): Function5[T, U, V, W, X, TReturn]
  223. def proxy[TReturn, A, T, U, V, W, X](funсtion: Function6[A, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A): Function5[T, U, V, W, X, TReturn]
  224. def proxy[TReturn, A, B, T, U, V, W, X](funсtion: Function7[A, B, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A, b: B): Function5[T, U, V, W, X, TReturn]
  225. def proxy[TReturn, A, B, C, T, U, V, W, X](funсtion: Function8[A, B, C, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function5[T, U, V, W, X, TReturn]
  226. def proxy[TReturn, A, B, C, D, T, U, V, W, X](funсtion: Function9[A, B, C, D, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function5[T, U, V, W, X, TReturn]
  227. def proxy[TReturn, A, B, C, D, E, T, U, V, W, X](funсtion: Function10[A, B, C, D, E, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function5[T, U, V, W, X, TReturn]
  228. def proxy[TReturn, A, B, C, D, E, F, T, U, V, W, X](funсtion: Function11[A, B, C, D, E, F, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function5[T, U, V, W, X, TReturn]
  229. def proxy[TReturn, A, B, C, D, E, F, G, T, U, V, W, X](funсtion: Function12[A, B, C, D, E, F, G, T, U, V, W, X, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function5[T, U, V, W, X, TReturn]
  230. def proxy[TReturn, T, U, V, W](funсtion: Function4[T, U, V, W, TReturn], context: |[Null, Unit]): Function4[T, U, V, W, TReturn]
  231. def proxy[TReturn, A, T, U, V, W](funсtion: Function5[A, T, U, V, W, TReturn], context: |[Null, Unit], a: A): Function4[T, U, V, W, TReturn]
  232. def proxy[TReturn, A, B, T, U, V, W](funсtion: Function6[A, B, T, U, V, W, TReturn], context: |[Null, Unit], a: A, b: B): Function4[T, U, V, W, TReturn]
  233. def proxy[TReturn, A, B, C, T, U, V, W](funсtion: Function7[A, B, C, T, U, V, W, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function4[T, U, V, W, TReturn]
  234. def proxy[TReturn, A, B, C, D, T, U, V, W](funсtion: Function8[A, B, C, D, T, U, V, W, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function4[T, U, V, W, TReturn]
  235. def proxy[TReturn, A, B, C, D, E, T, U, V, W](funсtion: Function9[A, B, C, D, E, T, U, V, W, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function4[T, U, V, W, TReturn]
  236. def proxy[TReturn, A, B, C, D, E, F, T, U, V, W](funсtion: Function10[A, B, C, D, E, F, T, U, V, W, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function4[T, U, V, W, TReturn]
  237. def proxy[TReturn, A, B, C, D, E, F, G, T, U, V, W](funсtion: Function11[A, B, C, D, E, F, G, T, U, V, W, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function4[T, U, V, W, TReturn]
  238. def proxy[TReturn, T, U, V](funсtion: Function3[T, U, V, TReturn], context: |[Null, Unit]): Function3[T, U, V, TReturn]
  239. def proxy[TReturn, A, T, U, V](funсtion: Function4[A, T, U, V, TReturn], context: |[Null, Unit], a: A): Function3[T, U, V, TReturn]
  240. def proxy[TReturn, A, B, T, U, V](funсtion: Function5[A, B, T, U, V, TReturn], context: |[Null, Unit], a: A, b: B): Function3[T, U, V, TReturn]
  241. def proxy[TReturn, A, B, C, T, U, V](funсtion: Function6[A, B, C, T, U, V, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function3[T, U, V, TReturn]
  242. def proxy[TReturn, A, B, C, D, T, U, V](funсtion: Function7[A, B, C, D, T, U, V, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function3[T, U, V, TReturn]
  243. def proxy[TReturn, A, B, C, D, E, T, U, V](funсtion: Function8[A, B, C, D, E, T, U, V, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function3[T, U, V, TReturn]
  244. def proxy[TReturn, A, B, C, D, E, F, T, U, V](funсtion: Function9[A, B, C, D, E, F, T, U, V, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function3[T, U, V, TReturn]
  245. def proxy[TReturn, A, B, C, D, E, F, G, T, U, V](funсtion: Function10[A, B, C, D, E, F, G, T, U, V, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function3[T, U, V, TReturn]
  246. def proxy[TReturn, T, U](funсtion: Function2[T, U, TReturn], context: |[Null, Unit]): Function2[T, U, TReturn]
  247. def proxy[TReturn, A, T, U](funсtion: Function3[A, T, U, TReturn], context: |[Null, Unit], a: A): Function2[T, U, TReturn]
  248. def proxy[TReturn, A, B, T, U](funсtion: Function4[A, B, T, U, TReturn], context: |[Null, Unit], a: A, b: B): Function2[T, U, TReturn]
  249. def proxy[TReturn, A, B, C, T, U](funсtion: Function5[A, B, C, T, U, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function2[T, U, TReturn]
  250. def proxy[TReturn, A, B, C, D, T, U](funсtion: Function6[A, B, C, D, T, U, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function2[T, U, TReturn]
  251. def proxy[TReturn, A, B, C, D, E, T, U](funсtion: Function7[A, B, C, D, E, T, U, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function2[T, U, TReturn]
  252. def proxy[TReturn, A, B, C, D, E, F, T, U](funсtion: Function8[A, B, C, D, E, F, T, U, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function2[T, U, TReturn]
  253. def proxy[TReturn, A, B, C, D, E, F, G, T, U](funсtion: Function9[A, B, C, D, E, F, G, T, U, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function2[T, U, TReturn]
  254. def proxy[TReturn, T](funсtion: Function1[T, TReturn], context: |[Null, Unit]): Function1[T, TReturn]
  255. def proxy[TReturn, A, T](funсtion: Function2[A, T, TReturn], context: |[Null, Unit], a: A): Function1[T, TReturn]
  256. def proxy[TReturn, A, B, T](funсtion: Function3[A, B, T, TReturn], context: |[Null, Unit], a: A, b: B): Function1[T, TReturn]
  257. def proxy[TReturn, A, B, C, T](funсtion: Function4[A, B, C, T, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function1[T, TReturn]
  258. def proxy[TReturn, A, B, C, D, T](funсtion: Function5[A, B, C, D, T, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function1[T, TReturn]
  259. def proxy[TReturn, A, B, C, D, E, T](funсtion: Function6[A, B, C, D, E, T, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function1[T, TReturn]
  260. def proxy[TReturn, A, B, C, D, E, F, T](funсtion: Function7[A, B, C, D, E, F, T, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function1[T, TReturn]
  261. def proxy[TReturn, A, B, C, D, E, F, G, T](funсtion: Function8[A, B, C, D, E, F, G, T, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function1[T, TReturn]
  262. def proxy[TReturn](funсtion: Function0[TReturn], context: |[Null, Unit]): Function0[TReturn]
  263. def proxy[TReturn, A](funсtion: Function1[A, TReturn], context: |[Null, Unit], a: A): Function0[TReturn]
  264. def proxy[TReturn, A, B](funсtion: Function2[A, B, TReturn], context: |[Null, Unit], a: A, b: B): Function0[TReturn]
  265. def proxy[TReturn, A, B, C](funсtion: Function3[A, B, C, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function0[TReturn]
  266. def proxy[TReturn, A, B, C, D](funсtion: Function4[A, B, C, D, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D): Function0[TReturn]
  267. def proxy[TReturn, A, B, C, D, E](funсtion: Function5[A, B, C, D, E, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E): Function0[TReturn]
  268. def proxy[TReturn, A, B, C, D, E, F](funсtion: Function6[A, B, C, D, E, F, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F): Function0[TReturn]
  269. def proxy[TReturn, A, B, C, D, E, F, G](funсtion: Function7[A, B, C, D, E, F, G, TReturn], context: |[Null, Unit], a: A, b: B, c: C, d: D, e: E, f: F, g: G): Function0[TReturn]
  270. def queue[T <: Element](element: T): Queue[T]
  271. def queue[T <: Element](element: T, queueName: String): Queue[T]
  272. def queue[T <: Element](element: T, data: TypeOrArray[QueueFunction[T]]): Queue[T]
  273. def queue[T <: Element](element: T, queueName: String, data: TypeOrArray[QueueFunction[T]]): Queue[T]
  274. val ready: Thenable[JQueryStatic]
  275. val readyException: Function1[Error, Unit]
  276. def removeData(element: |[|[Element, Document], Window]): Unit
  277. def removeData(element: |[|[Element, Document], Window], name: String): Unit
  278. def speed[TElement <: Element](): EffectsOptions[TElement]
  279. def speed[TElement <: Element](settings: SpeedSettings[TElement]): EffectsOptions[TElement]
  280. def speed[TElement <: Element](complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]
  281. def speed[TElement <: Element](duration: Duration): EffectsOptions[TElement]
  282. def speed[TElement <: Element](duration: Duration, complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]
  283. def speed[TElement <: Element](duration: Duration, easing: String): EffectsOptions[TElement]
  284. def speed[TElement <: Element](duration: Duration, easing: String, complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]
  285. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  286. val timers: Array[TickFunction[Any]]
  287. def toLocaleString(): String
    Definition Classes
    Object
  288. def toString(): String
    Definition Classes
    AnyRef → Any
  289. def trim(str: String): String
  290. def type(obj: Any): String
  291. def uniqueSort[T <: Element](array: Array[T]): Array[T]
  292. val valHooks: ValHooks
  293. def valueOf(): Any
    Definition Classes
    Object
  294. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  295. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  296. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  297. def when[TR1, TJ1](deferreds: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1]*): Promise[TR1, TJ1, Nothing]
  298. def when[TR1, TJ1](deferred: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1]): Promise[TR1, TJ1, Nothing]
  299. def when[TR1, TJ1, TR2, TJ2, TR3, TJ3](deferredT: |[Promise3[TR1, TJ1, Any, TR2, TJ2, Any, TR3, TJ3, Any], Promise2[TR1, TJ1, Any, TR2, TJ2, Any]]): Promise3[TR1, TJ1, Nothing, TR2, TJ2, Nothing, TR3, TJ3, Nothing]
  300. def when[TR1, UR1, TJ1, UJ1](deferredT: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1], deferredU: |[|[Promise[UR1, UJ1, Nothing], Thenable[UR1]], UR1]): Promise2[TR1, TJ1, Nothing, UR1, UJ1, Nothing]
  301. def when[TR1, UR1, VR1, TJ1, UJ1, VJ1](deferredT: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1], deferredU: |[|[Promise[UR1, UJ1, Nothing], Thenable[UR1]], UR1], deferredV: |[|[Promise[VR1, VJ1, Nothing], Thenable[VR1]], VR1]): Promise3[TR1, TJ1, Nothing, UR1, UJ1, Nothing, VR1, VJ1, Nothing]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def isFunction(obj: Any): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 3.3) Use typeof x === 'function'

  3. def isWindow(obj: Any): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 3.3) Alternative not specified

  4. def parseJSON(json: String): Dynamic
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 3.0) Use js.JSON.parse

  5. val support: JQuerySupport
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 1.9) Use Modernizr or similar. Removed in jQuery 3.0.

  6. def unique[T <: Element](array: Array[T]): Array[T]
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 3.0) Use uniqueSort

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped