Trait

org.scalajs.jquery

JQueryStatic

Related Doc: package jquery

Permalink

trait JQueryStatic extends Object

Annotations
@JSType() @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. var browser: JQueryBrowserInfo

    Permalink
  22. def clone(): AnyRef

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

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

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

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

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

    Permalink
  28. var cssHooks: Any

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

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

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

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

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

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

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

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

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

    Permalink
  38. var expr: Any

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

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

    Permalink
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. var fn: Any

    Permalink
  43. var fx: Any

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. def holdReady(hold: Boolean): Dynamic

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

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

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

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

    Permalink
  58. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  62. var isReady: Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
  73. def noop(): Dynamic

    Permalink
  74. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  75. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  76. def now(): Double

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  89. var support: JQuerySupport

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

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

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

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

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

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

    Permalink
  96. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  97. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped