Trait

net.exoego.scalajs.jquery

JQueryStatic

Related Doc: package jquery

Permalink

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

    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. var Animation: AnimationStatic

    Permalink
  5. def Callbacks(flags: String): Callbacks

    Permalink
  6. def Callbacks(): Callbacks

    Permalink
  7. var Deferred: DeferredStatic

    Permalink
  8. var Event: EventStatic

    Permalink
  9. var Tween: TweenStatic

    Permalink
  10. def ajax(): jqXHR

    Permalink
  11. def ajax(settings: AjaxSettings): jqXHR

    Permalink
  12. def ajax(url: String): jqXHR

    Permalink
  13. def ajax(url: String, settings: AjaxSettings): jqXHR

    Permalink
  14. def ajaxPrefilter(handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[String, Unit]]): Unit

    Permalink
  15. def ajaxPrefilter(dataTypes: String, handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[String, Unit]]): Unit

    Permalink
  16. var ajaxSettings: AjaxSettings

    Permalink
  17. def ajaxSetup(options: AjaxSettings): AjaxSettings

    Permalink
  18. def ajaxTransport(dataType: String, handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[Transport, Unit]]): Unit

    Permalink
  19. def apply(): JQuery[Element]

    Permalink
  20. def apply(callback: ThisFunction1[Document, JQueryStatic, Unit]): JQuery[Document]

    Permalink
  21. def apply(element: HTMLSelectElement): JQuery[HTMLSelectElement]

    Permalink
  22. def apply(obj: Any): JQuery[Element]

    Permalink
  23. def apply[T <: Any](array: Array[T]): JQuery[T]

    Permalink
  24. def apply(selection: JQuery[Element]): JQuery[Element]

    Permalink
  25. def apply(elements: |[Element, ArrayLike[Element]]): JQuery[Element]

    Permalink
  26. def apply(selector: Selector): JQuery[Element]

    Permalink
  27. def apply(selector: Selector, context: |[|[Element, Document], JQuery[Element]]): JQuery[Element]

    Permalink
  28. def apply(html: htmlString, ownerDocument: Document): JQuery[Element]

    Permalink
  29. def apply(html: htmlString, attributes: PlainObject[_]): JQuery[Element]

    Permalink
  30. def apply(window: Window): JQuery[Element]

    Permalink
  31. def apply(window: Window, discriminator: Boolean): JQueryStatic

    Permalink
  32. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  33. def camelCase(value: String): String

    Permalink
  34. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  35. def contains(container: Element, contained: Element): Boolean

    Permalink
  36. def css(elem: Element, name: String): Dynamic

    Permalink
  37. var cssHooks: CSSHooks

    Permalink
  38. var cssNumber: PlainObject[Boolean]

    Permalink
  39. def data(element: |[|[Element, Document], Window]): PlainObject[Any]

    Permalink
  40. def data[T <: |[|[|[|[String, Double], Boolean], Object], Null]](element: |[|[Element, Document], Window], key: String): UndefOr[T]

    Permalink
  41. def data[T <: |[|[|[|[String, Double], Boolean], Object], Null]](element: |[|[Element, Document], Window], key: String, value: T): T

    Permalink
  42. def dequeue(element: Element, queueName: String): Unit

    Permalink
  43. def dequeue(element: Element): Unit

    Permalink
  44. def each[T <: Object](obj: T, callback: ThisFunction0[Any, Any]): T

    Permalink
  45. def each[T <: Object](obj: T, callback: ThisFunction1[Any, String, Any]): T

    Permalink
  46. def each[T <: Object](obj: T, callback: Function2[String, Any, Any]): T

    Permalink
  47. def each[T](array: ArrayLike[T], callback: ThisFunction0[T, Any]): ArrayLike[T]

    Permalink
  48. def each[T](array: ArrayLike[T], callback: ThisFunction1[T, Int, Any]): ArrayLike[T]

    Permalink
  49. def each[T](array: ArrayLike[T], callback: Function2[Int, T, Any]): ArrayLike[T]

    Permalink
  50. var easing: Easings

    Permalink
  51. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. def error(message: Any): Dynamic

    Permalink
  54. def escapeSelector(selector: Selector): Selector

    Permalink
  55. var event: EventExtensions

    Permalink
  56. def extend(target: Any, object1: Any, objectN: Any*): Dynamic

    Permalink
  57. def extend[T](target: T): JQueryStatic.this.type with T

    Permalink
  58. def extend[T, U](target: T, object1: U): T with U

    Permalink
  59. def extend[T, U, V](target: T, object1: U, object2: V): T with U with V

    Permalink
  60. def extend[T, U, V, W](target: T, object1: U, object2: V, object3: W): T with U with V with W

    Permalink
  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

    Permalink
  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

    Permalink
  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

    Permalink
  64. def extend(deep: Boolean, target: Any, object1: Any, objectN: Any*): Dynamic

    Permalink
  65. def extend[T](deep: Boolean, target: T): JQueryStatic.this.type with T

    Permalink
  66. def extend[T, U](deep: Boolean, target: T, object1: U): T with U

    Permalink
  67. def extend[T, U, V](deep: Boolean, target: T, object1: U, object2: V): T with U with V

    Permalink
  68. def extend[T, U, V, W](deep: Boolean, target: T, object1: U, object2: V, object3: W): T with U with V with W

    Permalink
  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

    Permalink
  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

    Permalink
  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

    Permalink
  72. var fx: Effects

    Permalink
  73. def get(): jqXHR

    Permalink
  74. def get(settings: AjaxSettings): jqXHR

    Permalink
  75. def get(url: String): jqXHR

    Permalink
  76. def get(url: String, data: |[PlainObject[_], String]): jqXHR

    Permalink
  77. def get(url: String, success: DoneCallback[_]): jqXHR

    Permalink
  78. def get(url: String, success: |[DoneCallback[_], Null], dataType: String): jqXHR

    Permalink
  79. def get(url: String, data: |[PlainObject[_], String], success: |[DoneCallback[_], Null]): jqXHR

    Permalink
  80. def get(url: String, data: |[PlainObject[_], String], success: |[DoneCallback[_], Null], dataType: String): jqXHR

    Permalink
  81. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  82. def getJSON(url: String): jqXHR

    Permalink
  83. def getJSON(url: String, data: |[PlainObject[_], String]): jqXHR

    Permalink
  84. def getJSON(url: String, success: DoneCallback[_]): jqXHR

    Permalink
  85. def getJSON(url: String, data: |[PlainObject[_], String], success: DoneCallback[_]): jqXHR

    Permalink
  86. def getScript(options: AjaxSettings): jqXHR

    Permalink
  87. def getScript(url: String): jqXHR

    Permalink
  88. def getScript(url: String, success: DoneCallback[|[String, Unit]]): jqXHR

    Permalink
  89. def globalEval(code: String): Unit

    Permalink
  90. def grep[T](array: ArrayLike[T], funсtion: Function2[T, Int, Boolean]): Array[T]

    Permalink
  91. def grep[T](array: ArrayLike[T], funсtion: Function2[T, Int, Boolean], invert: Boolean): Array[T]

    Permalink
  92. def hasData(element: |[|[|[Element, Document], Window], PlainObject[_]]): Boolean

    Permalink
  93. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  95. def holdReady(hold: Boolean): Unit

    Permalink
  96. def htmlPrefilter(html: htmlString): htmlString

    Permalink
  97. def inArray[T](value: T, array: Array[T]): Int

    Permalink
  98. def inArray[T](value: T, array: Array[T], fromIndex: Int): Int

    Permalink
  99. def isArray(obj: Any): Boolean

    Permalink
  100. def isEmptyObject(obj: Any): Boolean

    Permalink
  101. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  102. def isNumeric(value: Any): Boolean

    Permalink
  103. def isPlainObject(obj: Any): Boolean

    Permalink
  104. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  105. var isReady: Boolean

    Permalink
  106. def isXMLDoc(node: Node): Boolean

    Permalink
  107. def makeArray[T](obj: ArrayLike[T]): Array[T]

    Permalink
  108. def map[R](obj: Object, callback: Function1[Any, |[TypeOrArray[R], Null]]): Array[R]

    Permalink
  109. def map[R](obj: Object, callback: Function2[Any, String, |[TypeOrArray[R], Null]]): Array[R]

    Permalink
  110. def map[T, R](obj: Dictionary[T], callback: Function1[T, |[TypeOrArray[R], Null]]): Array[R]

    Permalink
  111. def map[T, R](obj: Dictionary[T], callback: Function2[T, String, |[TypeOrArray[R], Null]]): Array[R]

    Permalink
  112. def map[T, R](array: ArrayLike[T], callback: Function1[T, |[TypeOrArray[R], Null]]): Array[R]

    Permalink
  113. def map[T, R](array: ArrayLike[T], callback: Function2[T, Int, |[TypeOrArray[R], Null]]): Array[R]

    Permalink
  114. def merge[T, U](first: ArrayLike[T], second: ArrayLike[U]): Array[|[T, U]]

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

    Permalink
    Definition Classes
    AnyRef
  116. def noConflict(): JQueryStatic.this.type

    Permalink
  117. def noConflict(removeAll: Boolean): JQueryStatic.this.type

    Permalink
  118. def nodeName(elem: Node, name: String): Boolean

    Permalink
  119. def noop(): Unit

    Permalink
  120. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  121. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  122. def now(): Double

    Permalink
  123. def param(obj: |[Array[NameValuePair], Object]): String

    Permalink
  124. def param(obj: |[Array[NameValuePair], Object], traditional: Boolean): String

    Permalink
  125. def parseHTML(data: String): Array[Node]

    Permalink
  126. def parseHTML(data: String, keepScripts: Boolean): Array[Node]

    Permalink
  127. def parseHTML(data: String, context: Document): Array[Node]

    Permalink
  128. def parseHTML(data: String, context: |[Document, Null], keepScripts: Boolean): Array[Node]

    Permalink
  129. def parseXML(data: String): Dynamic

    Permalink
  130. def post(): jqXHR

    Permalink
  131. def post(settings: AjaxSettings): jqXHR

    Permalink
  132. def post(url: String): jqXHR

    Permalink
  133. def post[T <: Object](url: String, data: |[PlainObject[_], String]): jqXHR

    Permalink
  134. def post[T <: Object](url: String, success: DoneCallback[T]): jqXHR

    Permalink
  135. def post[T <: Object](url: String, success: |[DoneCallback[T], Null], dataType: String): jqXHR

    Permalink
  136. def post[T <: Object](url: String, data: |[PlainObject[_], String], success: |[DoneCallback[T], Null]): jqXHR

    Permalink
  137. def post[T <: Object](url: String, data: |[PlainObject[_], String], success: |[DoneCallback[T], Null], dataType: String): jqXHR

    Permalink
  138. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  139. def proxy[TContext](context: TContext, name: String, additionalArguments: Any*): Function

    Permalink
  140. def proxy[TContext, TReturn](funсtion: Function, context: TContext, additionalArguments: Any*): Function

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  173. def proxy[TContext, TReturn, T, U, V](funсtion: ThisFunction3[TContext, T, U, V, TReturn], context: TContext): Function3[T, U, V, TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  181. def proxy[TContext, TReturn, T, U](funсtion: ThisFunction2[TContext, T, U, TReturn], context: TContext): Function2[T, U, TReturn]

    Permalink
  182. def proxy[TContext, TReturn, A, T, U](funсtion: ThisFunction3[TContext, A, T, U, TReturn], context: TContext, a: A): Function2[T, U, TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  189. def proxy[TContext, TReturn, T](funсtion: ThisFunction1[TContext, T, TReturn], context: TContext): Function1[T, TReturn]

    Permalink
  190. def proxy[TContext, TReturn, A, T](funсtion: ThisFunction2[TContext, A, T, TReturn], context: TContext, a: A): Function1[T, TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  197. def proxy[TContext, TReturn](funсtion: ThisFunction0[TContext, TReturn], context: TContext): Function0[TReturn]

    Permalink
  198. def proxy[TContext, TReturn, A](funсtion: ThisFunction1[TContext, A, TReturn], context: TContext, a: A): Function0[TReturn]

    Permalink
  199. def proxy[TContext, TReturn, A, B](funсtion: ThisFunction2[TContext, A, B, TReturn], context: TContext, a: A, b: B): Function0[TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  205. def proxy[TReturn](funсtion: Function, context: |[Null, Unit], additionalArguments: Any*): Function

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  238. def proxy[TReturn, T, U, V](funсtion: Function3[T, U, V, TReturn], context: |[Null, Unit]): Function3[T, U, V, TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  246. def proxy[TReturn, T, U](funсtion: Function2[T, U, TReturn], context: |[Null, Unit]): Function2[T, U, TReturn]

    Permalink
  247. def proxy[TReturn, A, T, U](funсtion: Function3[A, T, U, TReturn], context: |[Null, Unit], a: A): Function2[T, U, TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  254. def proxy[TReturn, T](funсtion: Function1[T, TReturn], context: |[Null, Unit]): Function1[T, TReturn]

    Permalink
  255. def proxy[TReturn, A, T](funсtion: Function2[A, T, TReturn], context: |[Null, Unit], a: A): Function1[T, TReturn]

    Permalink
  256. def proxy[TReturn, A, B, T](funсtion: Function3[A, B, T, TReturn], context: |[Null, Unit], a: A, b: B): Function1[T, TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  262. def proxy[TReturn](funсtion: Function0[TReturn], context: |[Null, Unit]): Function0[TReturn]

    Permalink
  263. def proxy[TReturn, A](funсtion: Function1[A, TReturn], context: |[Null, Unit], a: A): Function0[TReturn]

    Permalink
  264. def proxy[TReturn, A, B](funсtion: Function2[A, B, TReturn], context: |[Null, Unit], a: A, b: B): Function0[TReturn]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink
  270. def queue[T <: Element](element: T): Queue[T]

    Permalink
  271. def queue[T <: Element](element: T, queueName: String): Queue[T]

    Permalink
  272. def queue[T <: Element](element: T, data: TypeOrArray[QueueFunction[T]]): Queue[T]

    Permalink
  273. def queue[T <: Element](element: T, queueName: String, data: TypeOrArray[QueueFunction[T]]): Queue[T]

    Permalink
  274. var ready: Thenable[JQueryStatic]

    Permalink
  275. var readyException: Function1[Error, Unit]

    Permalink
  276. def removeData(element: |[|[Element, Document], Window]): Unit

    Permalink
  277. def removeData(element: |[|[Element, Document], Window], name: String): Unit

    Permalink
  278. def speed[TElement <: Element](): EffectsOptions[TElement]

    Permalink
  279. def speed[TElement <: Element](settings: SpeedSettings[TElement]): EffectsOptions[TElement]

    Permalink
  280. def speed[TElement <: Element](complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]

    Permalink
  281. def speed[TElement <: Element](duration: Duration): EffectsOptions[TElement]

    Permalink
  282. def speed[TElement <: Element](duration: Duration, complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]

    Permalink
  283. def speed[TElement <: Element](duration: Duration, easing: String): EffectsOptions[TElement]

    Permalink
  284. def speed[TElement <: Element](duration: Duration, easing: String, complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]

    Permalink
  285. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  286. var timers: Array[TickFunction[Any]]

    Permalink
  287. def toLocaleString(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  289. def trim(str: String): String

    Permalink
  290. def type(obj: Any): String

    Permalink
  291. def uniqueSort[T <: Element](array: Array[T]): Array[T]

    Permalink
  292. var valHooks: ValHooks

    Permalink
  293. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  294. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  296. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  297. def when[TR1, TJ1](deferreds: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1]*): Promise[TR1, TJ1, Nothing]

    Permalink
  298. def when[TR1, TJ1](deferred: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1]): Promise[TR1, TJ1, Nothing]

    Permalink
  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]

    Permalink
  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]

    Permalink
  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]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def isFunction(obj: Any): Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  3. def isWindow(obj: Any): Boolean

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 3.3) Alternative not specified

  4. def parseJSON(json: String): Dynamic

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  5. var support: JQuerySupport

    Permalink
    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]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 3.0) Use uniqueSort

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped