trait JQueryStatic extends Object
- Annotations
- @RawJSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JQueryStatic
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Animation: AnimationStatic
- def Callbacks(flags: String): Callbacks
- def Callbacks(): Callbacks
- val Deferred: DeferredStatic
- val Event: EventStatic
- val Tween: TweenStatic
- def ajax(): jqXHR
- def ajax(settings: AjaxSettings): jqXHR
- def ajax(url: String): jqXHR
- def ajax(url: String, settings: AjaxSettings): jqXHR
- def ajaxPrefilter(handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[String, Unit]]): Unit
- def ajaxPrefilter(dataTypes: String, handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[String, Unit]]): Unit
- val ajaxSettings: AjaxSettings
- def ajaxSetup(options: AjaxSettings): AjaxSettings
- def ajaxTransport(dataType: String, handler: Function3[AjaxSettings, AjaxSettings, jqXHR, |[Transport, Unit]]): Unit
- def apply(): JQuery[Element]
- def apply(callback: ThisFunction1[Document, JQueryStatic, Unit]): JQuery[Document]
- def apply(element: HTMLSelectElement): JQuery[HTMLSelectElement]
- def apply(obj: Any): JQuery[Element]
- def apply[T <: Any](array: Array[T]): JQuery[T]
- def apply(selection: JQuery[Element]): JQuery[Element]
- def apply(elements: |[Element, ArrayLike[Element]]): JQuery[Element]
- def apply(selector: Selector): JQuery[Element]
- def apply(selector: Selector, context: |[|[Element, Document], JQuery[Element]]): JQuery[Element]
- def apply(html: htmlString, ownerDocument: Document): JQuery[Element]
- def apply(html: htmlString, attributes: PlainObject[_]): JQuery[Element]
- def apply(window: Window): JQuery[Element]
- def apply(window: Window, discriminator: Boolean): JQueryStatic
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def camelCase(value: String): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contains(container: Element, contained: Element): Boolean
- def css(elem: Element, name: String): Dynamic
- val cssHooks: CSSHooks
- val cssNumber: PlainObject[Boolean]
- def data(element: |[|[Element, Document], Window]): PlainObject[Any]
- def data[T <: |[|[|[|[String, Double], Boolean], Object], Null]](element: |[|[Element, Document], Window], key: String): UndefOr[T]
- def data[T <: |[|[|[|[String, Double], Boolean], Object], Null]](element: |[|[Element, Document], Window], key: String, value: T): T
- def dequeue(element: Element, queueName: String): Unit
- def dequeue(element: Element): Unit
- def each[T <: Object](obj: T, callback: ThisFunction0[Any, Any]): T
- def each[T <: Object](obj: T, callback: ThisFunction1[Any, String, Any]): T
- def each[T <: Object](obj: T, callback: Function2[String, Any, Any]): T
- def each[T](array: ArrayLike[T], callback: ThisFunction0[T, Any]): ArrayLike[T]
- def each[T](array: ArrayLike[T], callback: ThisFunction1[T, Int, Any]): ArrayLike[T]
- def each[T](array: ArrayLike[T], callback: Function2[Int, T, Any]): ArrayLike[T]
- val easing: Easings
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def error(message: Any): Dynamic
- def escapeSelector(selector: Selector): Selector
- val event: EventExtensions
- def extend(target: Any, object1: Any, objectN: Any*): Dynamic
- def extend[T](target: T): JQueryStatic.this.type with T
- def extend[T, U](target: T, object1: U): T with U
- def extend[T, U, V](target: T, object1: U, object2: V): T with U with V
- def extend[T, U, V, W](target: T, object1: U, object2: V, object3: W): T with U with V with W
- 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
- 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
- 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
- def extend(deep: Boolean, target: Any, object1: Any, objectN: Any*): Dynamic
- def extend[T](deep: Boolean, target: T): JQueryStatic.this.type with T
- def extend[T, U](deep: Boolean, target: T, object1: U): T with U
- def extend[T, U, V](deep: Boolean, target: T, object1: U, object2: V): T with U with V
- def extend[T, U, V, W](deep: Boolean, target: T, object1: U, object2: V, object3: W): T with U with V with W
- 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
- 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
- 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
- val fx: Effects
- def get(): jqXHR
- def get(settings: AjaxSettings): jqXHR
- def get(url: String): jqXHR
- def get(url: String, data: |[PlainObject[_], String]): jqXHR
- def get(url: String, success: DoneCallback[_]): jqXHR
- def get(url: String, success: |[DoneCallback[_], Null], dataType: String): jqXHR
- def get(url: String, data: |[PlainObject[_], String], success: |[DoneCallback[_], Null]): jqXHR
- def get(url: String, data: |[PlainObject[_], String], success: |[DoneCallback[_], Null], dataType: String): jqXHR
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getJSON(url: String): jqXHR
- def getJSON(url: String, data: |[PlainObject[_], String]): jqXHR
- def getJSON(url: String, success: DoneCallback[_]): jqXHR
- def getJSON(url: String, data: |[PlainObject[_], String], success: DoneCallback[_]): jqXHR
- def getScript(options: AjaxSettings): jqXHR
- def getScript(url: String): jqXHR
- def getScript(url: String, success: DoneCallback[|[String, Unit]]): jqXHR
- def globalEval(code: String): Unit
- def grep[T](array: ArrayLike[T], funсtion: Function2[T, Int, Boolean]): Array[T]
- def grep[T](array: ArrayLike[T], funсtion: Function2[T, Int, Boolean], invert: Boolean): Array[T]
- def hasData(element: |[|[|[Element, Document], Window], PlainObject[_]]): Boolean
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def holdReady(hold: Boolean): Unit
- def htmlPrefilter(html: htmlString): htmlString
- def inArray[T](value: T, array: Array[T]): Int
- def inArray[T](value: T, array: Array[T], fromIndex: Int): Int
- def isArray(obj: Any): Boolean
- def isEmptyObject(obj: Any): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNumeric(value: Any): Boolean
- def isPlainObject(obj: Any): Boolean
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val isReady: Boolean
- def isXMLDoc(node: Node): Boolean
- def makeArray[T](obj: ArrayLike[T]): Array[T]
- def map[R](obj: Object, callback: Function1[Any, |[TypeOrArray[R], Null]]): Array[R]
- def map[R](obj: Object, callback: Function2[Any, String, |[TypeOrArray[R], Null]]): Array[R]
- def map[T, R](obj: Dictionary[T], callback: Function1[T, |[TypeOrArray[R], Null]]): Array[R]
- def map[T, R](obj: Dictionary[T], callback: Function2[T, String, |[TypeOrArray[R], Null]]): Array[R]
- def map[T, R](array: ArrayLike[T], callback: Function1[T, |[TypeOrArray[R], Null]]): Array[R]
- def map[T, R](array: ArrayLike[T], callback: Function2[T, Int, |[TypeOrArray[R], Null]]): Array[R]
- def merge[T, U](first: ArrayLike[T], second: ArrayLike[U]): Array[|[T, U]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noConflict(): JQueryStatic.this.type
- def noConflict(removeAll: Boolean): JQueryStatic.this.type
- def nodeName(elem: Node, name: String): Boolean
- def noop(): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def now(): Double
- def param(obj: |[Array[NameValuePair], Object]): String
- def param(obj: |[Array[NameValuePair], Object], traditional: Boolean): String
- def parseHTML(data: String): Array[Node]
- def parseHTML(data: String, keepScripts: Boolean): Array[Node]
- def parseHTML(data: String, context: Document): Array[Node]
- def parseHTML(data: String, context: |[Document, Null], keepScripts: Boolean): Array[Node]
- def parseXML(data: String): Dynamic
- def post(): jqXHR
- def post(settings: AjaxSettings): jqXHR
- def post(url: String): jqXHR
- def post[T <: Object](url: String, data: |[PlainObject[_], String]): jqXHR
- def post[T <: Object](url: String, success: DoneCallback[T]): jqXHR
- def post[T <: Object](url: String, success: |[DoneCallback[T], Null], dataType: String): jqXHR
- def post[T <: Object](url: String, data: |[PlainObject[_], String], success: |[DoneCallback[T], Null]): jqXHR
- def post[T <: Object](url: String, data: |[PlainObject[_], String], success: |[DoneCallback[T], Null], dataType: String): jqXHR
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def proxy[TContext](context: TContext, name: String, additionalArguments: Any*): Function
- def proxy[TContext, TReturn](funсtion: Function, context: TContext, additionalArguments: Any*): Function
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TContext, TReturn, T, U, V](funсtion: ThisFunction3[TContext, T, U, V, TReturn], context: TContext): Function3[T, U, V, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TContext, TReturn, T, U](funсtion: ThisFunction2[TContext, T, U, TReturn], context: TContext): Function2[T, U, TReturn]
- def proxy[TContext, TReturn, A, T, U](funсtion: ThisFunction3[TContext, A, T, U, TReturn], context: TContext, a: A): Function2[T, U, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TContext, TReturn, T](funсtion: ThisFunction1[TContext, T, TReturn], context: TContext): Function1[T, TReturn]
- def proxy[TContext, TReturn, A, T](funсtion: ThisFunction2[TContext, A, T, TReturn], context: TContext, a: A): Function1[T, TReturn]
- def proxy[TContext, TReturn, A, B, T](funсtion: ThisFunction3[TContext, A, B, T, TReturn], context: TContext, a: A, b: B): Function1[T, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TContext, TReturn](funсtion: ThisFunction0[TContext, TReturn], context: TContext): Function0[TReturn]
- def proxy[TContext, TReturn, A](funсtion: ThisFunction1[TContext, A, TReturn], context: TContext, a: A): Function0[TReturn]
- def proxy[TContext, TReturn, A, B](funсtion: ThisFunction2[TContext, A, B, TReturn], context: TContext, a: A, b: B): Function0[TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TReturn](funсtion: Function, context: |[Null, Unit], additionalArguments: Any*): Function
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TReturn, T, U, V, W](funсtion: Function4[T, U, V, W, TReturn], context: |[Null, Unit]): Function4[T, U, V, W, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TReturn, T, U, V](funсtion: Function3[T, U, V, TReturn], context: |[Null, Unit]): Function3[T, U, V, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TReturn, T, U](funсtion: Function2[T, U, TReturn], context: |[Null, Unit]): Function2[T, U, TReturn]
- def proxy[TReturn, A, T, U](funсtion: Function3[A, T, U, TReturn], context: |[Null, Unit], a: A): Function2[T, U, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TReturn, T](funсtion: Function1[T, TReturn], context: |[Null, Unit]): Function1[T, TReturn]
- def proxy[TReturn, A, T](funсtion: Function2[A, T, TReturn], context: |[Null, Unit], a: A): Function1[T, TReturn]
- def proxy[TReturn, A, B, T](funсtion: Function3[A, B, T, TReturn], context: |[Null, Unit], a: A, b: B): Function1[T, TReturn]
- 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]
- 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]
- 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]
- 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]
- 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]
- def proxy[TReturn](funсtion: Function0[TReturn], context: |[Null, Unit]): Function0[TReturn]
- def proxy[TReturn, A](funсtion: Function1[A, TReturn], context: |[Null, Unit], a: A): Function0[TReturn]
- def proxy[TReturn, A, B](funсtion: Function2[A, B, TReturn], context: |[Null, Unit], a: A, b: B): Function0[TReturn]
- def proxy[TReturn, A, B, C](funсtion: Function3[A, B, C, TReturn], context: |[Null, Unit], a: A, b: B, c: C): Function0[TReturn]
- 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]
- 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]
- 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]
- 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]
- def queue[T <: Element](element: T): Queue[T]
- def queue[T <: Element](element: T, queueName: String): Queue[T]
- def queue[T <: Element](element: T, data: TypeOrArray[QueueFunction[T]]): Queue[T]
- def queue[T <: Element](element: T, queueName: String, data: TypeOrArray[QueueFunction[T]]): Queue[T]
- val ready: Thenable[JQueryStatic]
- val readyException: Function1[Error, Unit]
- def removeData(element: |[|[Element, Document], Window]): Unit
- def removeData(element: |[|[Element, Document], Window], name: String): Unit
- def speed[TElement <: Element](): EffectsOptions[TElement]
- def speed[TElement <: Element](settings: SpeedSettings[TElement]): EffectsOptions[TElement]
- def speed[TElement <: Element](complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]
- def speed[TElement <: Element](duration: Duration): EffectsOptions[TElement]
- def speed[TElement <: Element](duration: Duration, complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]
- def speed[TElement <: Element](duration: Duration, easing: String): EffectsOptions[TElement]
- def speed[TElement <: Element](duration: Duration, easing: String, complete: ThisFunction0[TElement, Unit]): EffectsOptions[TElement]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timers: Array[TickFunction[Any]]
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trim(str: String): String
- def type(obj: Any): String
- def uniqueSort[T <: Element](array: Array[T]): Array[T]
- val valHooks: ValHooks
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def when[TR1, TJ1](deferreds: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1]*): Promise[TR1, TJ1, Nothing]
- def when[TR1, TJ1](deferred: |[|[Promise[TR1, TJ1, Nothing], Thenable[TR1]], TR1]): Promise[TR1, TJ1, Nothing]
- 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]
- 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]
- 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
-
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.
-
def
isFunction(obj: Any): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version jQuery 3.3) Use typeof x === 'function'
-
def
isWindow(obj: Any): Boolean
- Annotations
- @deprecated
- Deprecated
(Since version jQuery 3.3) Alternative not specified
-
def
parseJSON(json: String): Dynamic
- Annotations
- @deprecated
- Deprecated
(Since version jQuery 3.0) Use js.JSON.parse
-
val
support: JQuerySupport
- Annotations
- @deprecated
- Deprecated
(Since version jQuery 1.9) Use Modernizr or similar. Removed in jQuery 3.0.
-
def
unique[T <: Element](array: Array[T]): Array[T]
- Annotations
- @deprecated
- Deprecated
(Since version jQuery 3.0) Use uniqueSort