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
- def Callbacks(flags: Any): JQueryCallback
- def Deferred(beforeStart: Function1[JQueryDeferred, Any] = ???): JQueryDeferred
- def ajax(url: String, settings: JQueryAjaxSettings): Dynamic
- def ajax(settings: JQueryAjaxSettings): Dynamic
- def ajaxPrefilter(handler: Function3[Any, Any, JQueryXHR, Any]): Dynamic
- def ajaxPrefilter(dataTypes: String, handler: Function3[Any, Any, JQueryXHR, Any]): Dynamic
- def ajaxSetup(options: Any): Dynamic
- def ajaxTransport(dataType: String, handler: Function3[JQueryAjaxSettings, JQueryAjaxSettings, JQueryXHR, JQueryTransport]): Unit
- def apply(): JQuery
- def apply(func: Function): JQuery
- def apply(object: JQuery): JQuery
- def apply(elementArray: Array[Element]): JQuery
- def apply(object: Any): JQuery
- def apply(element: Element): JQuery
- def apply(selector: String): JQuery
- def apply(selector: String, context: Any): JQuery
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def contains(container: Element, contained: Element): Boolean
- def css(e: Any, propertyName: Any): Dynamic
- def css(e: Any, propertyName: Any, value: Any): Dynamic
- def css(e: Any, propertyName: String): Dynamic
- def css(e: Any, propertyName: String, value: Any): Dynamic
- val cssHooks: Any
- def data(element: Element, key: String, value: Any): Object
- def dequeue(element: Element, queueName: String = ???): Dynamic
- def each[A](collection: Dictionary[A], callback: ThisFunction0[A, _]): Unit
- def each[A](collection: Dictionary[A], callback: Function2[String, A, _]): Unit
- def each[A](collection: Array[A], callback: ThisFunction0[A, _]): Unit
- def each[A](collection: Array[A], callback: Function2[Int, A, _]): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def error(message: Any): Dynamic
- val expr: Any
- def extend(deep: Boolean, target: Any, objs: Any*): Object
- def extend(target: Any, objs: Any*): Object
- val fn: Any
- val fx: Any
- def get(url: String, data: Any = ???, success: Any = ???, dataType: Any = ???): JQueryXHR
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getJSON(url: String, data: Any = ???, success: Any = ???): JQueryXHR
- def getScript(url: String, success: Any = ???): JQueryXHR
- def globalEval(code: String): Dynamic
- def grep(array: Array[Any], func: Any, invert: Boolean): Array[Any]
- def hasData(element: Element): Boolean
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def holdReady(hold: Boolean): Dynamic
- def inArray(value: Any, array: Array[Any], fromIndex: Int = ???): Int
- def isArray(obj: Any): Boolean
- def isEmptyObject(obj: Any): Boolean
- def isFunction(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 isWindow(obj: Any): Boolean
- def isXMLDoc(node: Node): Boolean
- def makeArray(obj: Any): Array[Any]
- def map[A, B](collection: Dictionary[A], callback: Function1[A, B]): Dictionary[B]
- def map[A, B](collection: Dictionary[A], callback: Function2[A, String, B]): Dictionary[B]
- def map[A, B](collection: Array[A], callback: Function1[A, B]): Array[B]
- def map[A, B](collection: Array[A], callback: Function2[A, Int, B]): Array[B]
- def merge(first: Array[Any], second: Array[Any]): Array[Any]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noConflict(removeAll: Boolean = ???): Object
- def noop(): Dynamic
-
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: Any, traditional: Boolean = ???): String
- def parseHTML(data: String, context: Element = ???, keepScripts: Boolean = ???): Array[Any]
- def parseJSON(json: String): Dynamic
- def parseXML(data: String): Dynamic
- def post(url: String, data: Any = ???, success: Any = ???, dataType: Any = ???): JQueryXHR
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def proxy(context: Any, name: String): Dynamic
- def proxy(func: Function, context: Any): Dynamic
- def queue(element: Element, queueName: String, newQueue: Array[Any]): JQuery
- def queue(element: Element, queueName: String, newQueueOrCallback: Any): JQuery
- def queue(element: Element, queueName: String = ???): Array[Any]
- def removeData(element: Element, name: String = ???): JQuery
- val support: JQuerySupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trim(str: String): String
- def type(obj: Any): String
- def unique(arr: Array[Any]): Array[Any]
-
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(deferreds: Any*): JQueryPromise
Deprecated Value Members
-
val
browser: JQueryBrowserInfo
- Annotations
- @deprecated
- Deprecated
(Since version jQuery 1.3) Use jQuery migrate plugin. Removed in jQuery 1.9
-
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.