t

org.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. def Callbacks(flags: Any): JQueryCallback
  5. def Deferred(beforeStart: Function1[JQueryDeferred, Any] = ???): JQueryDeferred
  6. def ajax(url: String, settings: JQueryAjaxSettings): Dynamic
  7. def ajax(settings: JQueryAjaxSettings): Dynamic
  8. def ajaxPrefilter(handler: Function3[Any, Any, JQueryXHR, Any]): Dynamic
  9. def ajaxPrefilter(dataTypes: String, handler: Function3[Any, Any, JQueryXHR, Any]): Dynamic
  10. def ajaxSetup(options: Any): Dynamic
  11. def ajaxTransport(dataType: String, handler: Function3[JQueryAjaxSettings, JQueryAjaxSettings, JQueryXHR, JQueryTransport]): Unit
  12. def apply(): JQuery
  13. def apply(func: Function): JQuery
  14. def apply(object: JQuery): JQuery
  15. def apply(elementArray: Array[Element]): JQuery
  16. def apply(object: Any): JQuery
  17. def apply(element: Element): JQuery
  18. def apply(selector: String): JQuery
  19. def apply(selector: String, context: Any): JQuery
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. def contains(container: Element, contained: Element): Boolean
  23. def css(e: Any, propertyName: Any): Dynamic
  24. def css(e: Any, propertyName: Any, value: Any): Dynamic
  25. def css(e: Any, propertyName: String): Dynamic
  26. def css(e: Any, propertyName: String, value: Any): Dynamic
  27. val cssHooks: Any
  28. def data(element: Element, key: String, value: Any): Object
  29. def dequeue(element: Element, queueName: String = ???): Dynamic
  30. def each[A](collection: Dictionary[A], callback: ThisFunction0[A, _]): Unit
  31. def each[A](collection: Dictionary[A], callback: Function2[String, A, _]): Unit
  32. def each[A](collection: Array[A], callback: ThisFunction0[A, _]): Unit
  33. def each[A](collection: Array[A], callback: Function2[Int, A, _]): Unit
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. def error(message: Any): Dynamic
  37. val expr: Any
  38. def extend(deep: Boolean, target: Any, objs: Any*): Object
  39. def extend(target: Any, objs: Any*): Object
  40. val fn: Any
  41. val fx: Any
  42. def get(url: String, data: Any = ???, success: Any = ???, dataType: Any = ???): JQueryXHR
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def getJSON(url: String, data: Any = ???, success: Any = ???): JQueryXHR
  45. def getScript(url: String, success: Any = ???): JQueryXHR
  46. def globalEval(code: String): Dynamic
  47. def grep(array: Array[Any], func: Any, invert: Boolean): Array[Any]
  48. def hasData(element: Element): Boolean
  49. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  51. def holdReady(hold: Boolean): Dynamic
  52. def inArray(value: Any, array: Array[Any], fromIndex: Int = ???): Int
  53. def isArray(obj: Any): Boolean
  54. def isEmptyObject(obj: Any): Boolean
  55. def isFunction(obj: Any): Boolean
  56. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  57. def isNumeric(value: Any): Boolean
  58. def isPlainObject(obj: Any): Boolean
  59. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  60. val isReady: Boolean
  61. def isWindow(obj: Any): Boolean
  62. def isXMLDoc(node: Node): Boolean
  63. def makeArray(obj: Any): Array[Any]
  64. def map[A, B](collection: Dictionary[A], callback: Function1[A, B]): Dictionary[B]
  65. def map[A, B](collection: Dictionary[A], callback: Function2[A, String, B]): Dictionary[B]
  66. def map[A, B](collection: Array[A], callback: Function1[A, B]): Array[B]
  67. def map[A, B](collection: Array[A], callback: Function2[A, Int, B]): Array[B]
  68. def merge(first: Array[Any], second: Array[Any]): Array[Any]
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. def noConflict(removeAll: Boolean = ???): Object
  71. def noop(): Dynamic
  72. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  73. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  74. def now(): Double
  75. def param(obj: Any, traditional: Boolean = ???): String
  76. def parseHTML(data: String, context: Element = ???, keepScripts: Boolean = ???): Array[Any]
  77. def parseJSON(json: String): Dynamic
  78. def parseXML(data: String): Dynamic
  79. def post(url: String, data: Any = ???, success: Any = ???, dataType: Any = ???): JQueryXHR
  80. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  81. def proxy(context: Any, name: String): Dynamic
  82. def proxy(func: Function, context: Any): Dynamic
  83. def queue(element: Element, queueName: String, newQueue: Array[Any]): JQuery
  84. def queue(element: Element, queueName: String, newQueueOrCallback: Any): JQuery
  85. def queue(element: Element, queueName: String = ???): Array[Any]
  86. def removeData(element: Element, name: String = ???): JQuery
  87. val support: JQuerySupport
  88. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  89. def toLocaleString(): String
    Definition Classes
    Object
  90. def toString(): String
    Definition Classes
    AnyRef → Any
  91. def trim(str: String): String
  92. def type(obj: Any): String
  93. def unique(arr: Array[Any]): Array[Any]
  94. def valueOf(): Any
    Definition Classes
    Object
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  97. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def when(deferreds: Any*): JQueryPromise

Deprecated Value Members

  1. val browser: JQueryBrowserInfo
    Annotations
    @deprecated
    Deprecated

    (Since version jQuery 1.3) Use jQuery migrate plugin. Removed in jQuery 1.9

  2. 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.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped