Trait

org.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. def Callbacks(flags: Any): JQueryCallback

    Permalink
  5. def Deferred(beforeStart: Function1[JQueryDeferred, Any] = ???): JQueryDeferred

    Permalink
  6. def ajax(url: String, settings: JQueryAjaxSettings): Dynamic

    Permalink
  7. def ajax(settings: JQueryAjaxSettings): Dynamic

    Permalink
  8. def ajaxPrefilter(handler: Function3[Any, Any, JQueryXHR, Any]): Dynamic

    Permalink
  9. def ajaxPrefilter(dataTypes: String, handler: Function3[Any, Any, JQueryXHR, Any]): Dynamic

    Permalink
  10. def ajaxSetup(options: Any): Dynamic

    Permalink
  11. def ajaxTransport(dataType: String, handler: Function3[JQueryAjaxSettings, JQueryAjaxSettings, JQueryXHR, JQueryTransport]): Unit

    Permalink
  12. def apply(): JQuery

    Permalink
  13. def apply(func: Function): JQuery

    Permalink
  14. def apply(object: JQuery): JQuery

    Permalink
  15. def apply(elementArray: Array[Element]): JQuery

    Permalink
  16. def apply(object: Any): JQuery

    Permalink
  17. def apply(element: Element): JQuery

    Permalink
  18. def apply(selector: String): JQuery

    Permalink
  19. def apply(selector: String, context: Any): JQuery

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

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

    Permalink
  23. def css(e: Any, propertyName: Any): Dynamic

    Permalink
  24. def css(e: Any, propertyName: Any, value: Any): Dynamic

    Permalink
  25. def css(e: Any, propertyName: String): Dynamic

    Permalink
  26. def css(e: Any, propertyName: String, value: Any): Dynamic

    Permalink
  27. var cssHooks: Any

    Permalink
  28. def data(element: Element, key: String, value: Any): Object

    Permalink
  29. def dequeue(element: Element, queueName: String = ???): Dynamic

    Permalink
  30. def each[A](collection: Dictionary[A], callback: ThisFunction0[A, _]): Unit

    Permalink
  31. def each[A](collection: Dictionary[A], callback: Function2[String, A, _]): Unit

    Permalink
  32. def each[A](collection: Array[A], callback: ThisFunction0[A, _]): Unit

    Permalink
  33. def each[A](collection: Array[A], callback: Function2[Int, A, _]): Unit

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

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

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

    Permalink
  37. var expr: Any

    Permalink
  38. def extend(deep: Boolean, target: Any, objs: Any*): Object

    Permalink
  39. def extend(target: Any, objs: Any*): Object

    Permalink
  40. var fn: Any

    Permalink
  41. var fx: Any

    Permalink
  42. def get(url: String, data: Any = ???, success: Any = ???, dataType: Any = ???): JQueryXHR

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def getJSON(url: String, data: Any = ???, success: Any = ???): JQueryXHR

    Permalink
  45. def getScript(url: String, success: Any = ???): JQueryXHR

    Permalink
  46. def globalEval(code: String): Dynamic

    Permalink
  47. def grep(array: Array[Any], func: Any, invert: Boolean): Array[Any]

    Permalink
  48. def hasData(element: Element): Boolean

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

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

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

    Permalink
  52. def inArray(value: Any, array: Array[Any], fromIndex: Int = ???): Int

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

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

    Permalink
  55. def isFunction(obj: Any): Boolean

    Permalink
  56. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  60. var isReady: Boolean

    Permalink
  61. def isWindow(obj: Any): Boolean

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

    Permalink
  63. def makeArray(obj: Any): Array[Any]

    Permalink
  64. def map[A, B](collection: Dictionary[A], callback: Function1[A, B]): Dictionary[B]

    Permalink
  65. def map[A, B](collection: Dictionary[A], callback: Function2[A, String, B]): Dictionary[B]

    Permalink
  66. def map[A, B](collection: Array[A], callback: Function1[A, B]): Array[B]

    Permalink
  67. def map[A, B](collection: Array[A], callback: Function2[A, Int, B]): Array[B]

    Permalink
  68. def merge(first: Array[Any], second: Array[Any]): Array[Any]

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

    Permalink
    Definition Classes
    AnyRef
  70. def noConflict(removeAll: Boolean = ???): Object

    Permalink
  71. def noop(): Dynamic

    Permalink
  72. final def notify(): Unit

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

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

    Permalink
  75. def param(obj: Any, traditional: Boolean = ???): String

    Permalink
  76. def parseHTML(data: String, context: Element = ???, keepScripts: Boolean = ???): Array[Any]

    Permalink
  77. def parseJSON(json: String): Dynamic

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

    Permalink
  79. def post(url: String, data: Any = ???, success: Any = ???, dataType: Any = ???): JQueryXHR

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

    Permalink
    Definition Classes
    Object
  81. def proxy(context: Any, name: String): Dynamic

    Permalink
  82. def proxy(func: Function, context: Any): Dynamic

    Permalink
  83. def queue(element: Element, queueName: String, newQueue: Array[Any]): JQuery

    Permalink
  84. def queue(element: Element, queueName: String, newQueueOrCallback: Any): JQuery

    Permalink
  85. def queue(element: Element, queueName: String = ???): Array[Any]

    Permalink
  86. def removeData(element: Element, name: String = ???): JQuery

    Permalink
  87. var support: JQuerySupport

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

    Permalink
    Definition Classes
    AnyRef
  89. def toLocaleString(): String

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

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

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

    Permalink
  93. def unique(arr: Array[Any]): Array[Any]

    Permalink
  94. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def when(deferreds: Any*): JQueryPromise

    Permalink

Deprecated Value Members

  1. var browser: JQueryBrowserInfo

    Permalink
    Annotations
    @deprecated
    Deprecated

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

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

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped