Trait/Object

io.udash.wrappers.jquery

JQuery

Related Docs: object JQuery | package jquery

Permalink

trait JQuery extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQuery
  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 add(selectorOrHtml: Selector, context: Element): JQuery

    Permalink

    Create a new jQuery object with elements added to the set of matched elements.

    Create a new jQuery object with elements added to the set of matched elements.
    See: jQuery Docs

  5. def add(selection: JQuery): JQuery

    Permalink

    Create a new jQuery object with elements added to the set of matched elements.

    Create a new jQuery object with elements added to the set of matched elements.
    See: jQuery Docs

  6. def add(elements: Element*): JQuery

    Permalink

    Create a new jQuery object with elements added to the set of matched elements.

    Create a new jQuery object with elements added to the set of matched elements.
    See: jQuery Docs

  7. def add(selectorOrHtml: Selector): JQuery

    Permalink

    Create a new jQuery object with elements added to the set of matched elements.

    Create a new jQuery object with elements added to the set of matched elements.
    See: jQuery Docs

  8. def addBack(selector: Selector*): JQuery

    Permalink

    Add the previous set of elements on the stack to the current set, optionally filtered by a selector.

    Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
    See: jQuery Docs

  9. def addClass(className: String): JQuery

    Permalink

    Adds the specified class(es) to each element in the set of matched elements.

    Adds the specified class(es) to each element in the set of matched elements.
    See: jQuery Docs

  10. def after(function: Function2[Int, String, |[|[String, Element], JQuery]]): JQuery

    Permalink

    Insert content, specified by the parameter, after each element in the set of matched elements.

    Insert content, specified by the parameter, after each element in the set of matched elements.
    See: jQuery Docs

  11. def after(content: |[|[Selector, Element], JQuery]*): JQuery

    Permalink

    Insert content, specified by the parameter, after each element in the set of matched elements.

    Insert content, specified by the parameter, after each element in the set of matched elements.
    See: jQuery Docs

  12. def append(content: |[|[String, Element], JQuery]*): JQuery

    Permalink

    Insert content, specified by the parameter, to the end of each element in the set of matched elements.

    Insert content, specified by the parameter, to the end of each element in the set of matched elements.
    See: jQuery Docs

  13. def appendTo(target: |[|[Selector, Element], JQuery]*): JQuery

    Permalink

    Insert every element in the set of matched elements to the end of the target.

    Insert every element in the set of matched elements to the end of the target.
    See: jQuery Docs

  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def at(index: Int): JQuery

    Permalink

    Reduce the set of matched elements to the one at the specified index.

    Reduce the set of matched elements to the one at the specified index.
    See: jQuery Docs

    Annotations
    @JSName( "eq" )
  16. def attr(attributeName: String, attributeValue: |[|[|[String, Int], Double], Boolean]): JQuery

    Permalink

    Set one or more attributes for the set of matched elements.

    Set one or more attributes for the set of matched elements.
    See: jQuery Docs

  17. def before(content: |[|[String, Element], JQuery]*): JQuery

    Permalink

    Insert content, specified by the parameter, before each element in the set of matched elements.

    Insert content, specified by the parameter, before each element in the set of matched elements.
    See: jQuery Docs

  18. def blur(): JQuery

    Permalink

    Trigger blur event on an element.

    Trigger blur event on an element.
    See: jQuery Docs

  19. def change(): JQuery

    Permalink

    Trigger change event on an element.

    Trigger change event on an element.
    See: jQuery Docs

  20. def children(selector: Selector): JQuery

    Permalink

    Get the children of each element in the set of matched elements filtered by a selector.

    Get the children of each element in the set of matched elements filtered by a selector.
    See: jQuery Docs

  21. def children(): JQuery

    Permalink

    Get the children of each element in the set of matched elements.

    Get the children of each element in the set of matched elements.
    See: jQuery Docs

  22. def clearQueue(queueName: String): JQuery

    Permalink

    Remove from the queue all items that have not yet been run.

    Remove from the queue all items that have not yet been run.
    See: jQuery Docs

  23. def clearQueue(): JQuery

    Permalink

    Remove from the queue all items that have not yet been run.

    Remove from the queue all items that have not yet been run.
    See: jQuery Docs

  24. def click(): JQuery

    Permalink

    Trigger click event on an element.

    Trigger click event on an element.
    See: jQuery Docs

  25. def clone(withDataAndEvent: Boolean = js.native, deepWithDataAndEvents: Boolean = js.native): JQuery

    Permalink

    Create a deep copy of the set of matched elements.

    Create a deep copy of the set of matched elements.
    See: jQuery Docs

  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def closest(selector: String, context: Element): JQuery

    Permalink

    For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.

    For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
    See: jQuery Docs

  28. def closest(selector: |[|[String, Element], JQuery]): JQuery

    Permalink

    For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.

    For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
    See: jQuery Docs

  29. def contents(): JQuery

    Permalink

    Get the children of each element in the set of matched elements, including text and comment nodes.

    Get the children of each element in the set of matched elements, including text and comment nodes.
    See: jQuery Docs

  30. def contextMenu(): JQuery

    Permalink

    Trigger contextmenu event on an element.

    Trigger contextmenu event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "contextmenu" )
  31. def css(attributeName: String, attributeValue: |[|[|[String, Int], Double], Boolean]): JQuery

    Permalink

    Set one or more CSS properties for the set of matched elements.

    Set one or more CSS properties for the set of matched elements.
    See: jQuery Docs

  32. def css(propertyName: String): String

    Permalink

    Get the computed style properties for the first element in the set of matched elements.

    Get the computed style properties for the first element in the set of matched elements.
    See: jQuery Docs

  33. def data(): Dynamic

    Permalink

    Return the value at the named data store for the first element in the jQuery collection, as set by data(name, value) or by an HTML5 data-* attribute.

    Return the value at the named data store for the first element in the jQuery collection, as set by data(name, value) or by an HTML5 data-* attribute.
    See: jQuery Docs

  34. def data(key: String, value: Any): JQuery

    Permalink

    Store arbitrary data associated with the matched elements.

    Store arbitrary data associated with the matched elements.
    See: jQuery Docs

  35. def dblClick(): JQuery

    Permalink

    Trigger dblclick event on an element.

    Trigger dblclick event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "dblclick" )
  36. def delay(duration: Int, queueName: String = js.native): JQuery

    Permalink

    Set a timer to delay execution of subsequent items in the queue.

    Set a timer to delay execution of subsequent items in the queue.
    See: jQuery Docs

  37. def dequeue(queueName: String = js.native): JQuery

    Permalink

    Execute the next function on the queue for the matched elements.

    Execute the next function on the queue for the matched elements.
    See: jQuery Docs

  38. def detach(selector: Selector = js.native): JQuery

    Permalink

    Remove the set of matched elements from the DOM.

    Remove the set of matched elements from the DOM.
    See: jQuery Docs

  39. def empty(): JQuery

    Permalink

    Remove all child nodes of the set of matched elements from the DOM.

    Remove all child nodes of the set of matched elements from the DOM.
    See: jQuery Docs

  40. def end(): JQuery

    Permalink

    End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.

    End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
    See: jQuery Docs

  41. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. def fadeIn(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Display the matched elements by fading them to opaque.

    Display the matched elements by fading them to opaque.
    See: jQuery Docs

  44. def fadeOut(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Hide the matched elements by fading them to transparent.

    Hide the matched elements by fading them to transparent.
    See: jQuery Docs

  45. def fadeTo(duration: Int, opacity: Double, easing: EasingFunction): JQuery

    Permalink

    Adjust the opacity of the matched elements.

    Adjust the opacity of the matched elements.
    See: jQuery Docs

  46. def fadeTo(duration: Int, opacity: Double): JQuery

    Permalink

    Adjust the opacity of the matched elements.

    Adjust the opacity of the matched elements.
    See: jQuery Docs

  47. def fadeToggle(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Display or hide the matched elements by animating their opacity.

    Display or hide the matched elements by animating their opacity.
    See: jQuery Docs

  48. def filter(elements: Element*): JQuery

    Permalink

    Reduce the set of matched elements to those that match the selector or pass the function's test.

    Reduce the set of matched elements to those that match the selector or pass the function's test.
    See: jQuery Docs

  49. def filter(selector: |[Selector, JQuery]): JQuery

    Permalink

    Reduce the set of matched elements to those that match the selector or pass the function's test.

    Reduce the set of matched elements to those that match the selector or pass the function's test.
    See: jQuery Docs

  50. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. def find(selector: |[|[String, Element], JQuery]): JQuery

    Permalink

    Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.

    Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
    See: jQuery Docs

  52. def finish(queue: String = js.native): JQuery

    Permalink

    Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.

    Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
    See: jQuery Docs

  53. def first(): JQuery

    Permalink

    Reduce the set of matched elements to the first in the set.

    Reduce the set of matched elements to the first in the set.
    See: jQuery Docs

  54. def focus(): JQuery

    Permalink

    Trigger focus event on an element.

    Trigger focus event on an element.
    See: jQuery Docs

  55. def focusIn(): JQuery

    Permalink

    Trigger focusin event on an element.

    Trigger focusin event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "focusin" )
  56. def focusOut(): JQuery

    Permalink

    Trigger focusout event on an element.

    Trigger focusout event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "focusout" )
  57. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  58. def has(selector: |[String, Element]): JQuery

    Permalink

    Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.

    Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
    See: jQuery Docs

  59. def hasClass(className: String): Boolean

    Permalink

    Determine whether any of the matched elements are assigned the given class.

    Determine whether any of the matched elements are assigned the given class.
    See: jQuery Docs

  60. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  62. def height(value: |[|[String, Int], Double]): JQuery

    Permalink

    Set the CSS height of every matched element.

    Set the CSS height of every matched element.
    See: jQuery Docs

  63. def height(): Double

    Permalink

    Get the current computed height for the first element in the set of matched elements.

    Get the current computed height for the first element in the set of matched elements.
    See: jQuery Docs

  64. def hide(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Hide the matched elements.

    Hide the matched elements.
    See: jQuery Docs

  65. def html(content: |[String, Element]): JQuery

    Permalink

    Set the HTML contents of each element in the set of matched elements.

    Set the HTML contents of each element in the set of matched elements.
    See: jQuery Docs

  66. def html(): String

    Permalink

    Get the HTML contents of the first element in the set of matched elements.

    Get the HTML contents of the first element in the set of matched elements.
    See: jQuery Docs

  67. def index(selector: |[|[Selector, Element], JQuery]): Int

    Permalink

    Search for a given element from among the matched elements.

    Search for a given element from among the matched elements. If the element is not found, this method will return -1.
    See: jQuery Docs

  68. def index(): Int

    Permalink

    Search for a given element from among the matched elements.

    Search for a given element from among the matched elements.
    See: jQuery Docs

  69. def innerHeight(value: |[Double, String]): JQuery

    Permalink

    Set the CSS inner height of each element in the set of matched elements.

    Set the CSS inner height of each element in the set of matched elements.
    See: jQuery Docs

  70. def innerHeight(): Double

    Permalink

    Get the current computed height for the first element in the set of matched elements, including padding but not border.

    Get the current computed height for the first element in the set of matched elements, including padding but not border.
    See: jQuery Docs

  71. def innerWidth(value: |[|[Int, Double], String]): JQuery

    Permalink

    Set the CSS inner width of each element in the set of matched elements.

    Set the CSS inner width of each element in the set of matched elements.
    See: jQuery Docs

  72. def innerWidth(): Double

    Permalink

    Get the current computed inner width for the first element in the set of matched elements, including padding but not border.

    Get the current computed inner width for the first element in the set of matched elements, including padding but not border.
    See: jQuery Docs

  73. def insertAfter(selector: |[|[String, Element], JQuery]): JQuery

    Permalink

    Insert every element in the set of matched elements after the target.

    Insert every element in the set of matched elements after the target.
    See: jQuery Docs

  74. def insertBefore(selector: |[|[String, Element], JQuery]): JQuery

    Permalink

    Insert every element in the set of matched elements before the target.

    Insert every element in the set of matched elements before the target.
    See: jQuery Docs

  75. def is(selector: |[|[String, Element], JQuery]): Boolean

    Permalink

    Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.

    Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
    See: jQuery Docs

  76. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  77. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  78. def jquery: String

    Permalink

    A string containing the jQuery version number.

    A string containing the jQuery version number.
    See: jQuery Docs

  79. def keyDown(): JQuery

    Permalink

    Trigger keydown event on an element.

    Trigger keydown event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "keydown" )
  80. def keyPress(): JQuery

    Permalink

    Trigger keypress event on an element.

    Trigger keypress event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "keypress" )
  81. def keyUp(): JQuery

    Permalink

    Trigger keyup event on an element.

    Trigger keyup event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "keyup" )
  82. def last(): JQuery

    Permalink

    Reduce the set of matched elements to the final one in the set.

    Reduce the set of matched elements to the final one in the set.
    See: jQuery Docs

  83. def length: Int

    Permalink

    The number of elements in the jQuery object.

    The number of elements in the jQuery object.
    See: jQuery Docs

  84. def load(url: String, data: Any = js.native): JQuery

    Permalink

    Load data from the server and place the returned HTML into the matched element.

    Load data from the server and place the returned HTML into the matched element.
    See: jQuery Docs

  85. def mouseDown(): JQuery

    Permalink

    Trigger mousedown event on an element.

    Trigger mousedown event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mousedown" )
  86. def mouseEnter(): JQuery

    Permalink

    Trigger mouseenter event on an element.

    Trigger mouseenter event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mouseenter" )
  87. def mouseLeave(): JQuery

    Permalink

    Trigger mouseleave event on an element.

    Trigger mouseleave event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mouseleave" )
  88. def mouseMove(): JQuery

    Permalink

    Trigger mousemove event on an element.

    Trigger mousemove event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mousemove" )
  89. def mouseOut(): JQuery

    Permalink

    Trigger mouseout event on an element.

    Trigger mouseout event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mouseout" )
  90. def mouseOver(): JQuery

    Permalink

    Trigger mouseover event on an element.

    Trigger mouseover event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mouseover" )
  91. def mouseUp(): JQuery

    Permalink

    Trigger mouseup event on an element.

    Trigger mouseup event on an element.
    See: jQuery Docs

    Annotations
    @JSName( "mouseup" )
  92. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  93. def next(selector: Selector = js.native): JQuery

    Permalink

    Get the immediately following sibling of each element in the set of matched elements.

    Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
    See: jQuery Docs

  94. def nextAll(selector: Selector = js.native): JQuery

    Permalink

    Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.

    Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
    See: jQuery Docs

  95. def nextUntil(selector: |[|[Selector, Element], JQuery] = js.native, filter: Selector = js.native): JQuery

    Permalink

    Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.

    Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
    See: jQuery Docs

  96. def not(el: Element*): JQuery

    Permalink

    Remove elements from the set of matched elements.

    Remove elements from the set of matched elements.
    See: jQuery Docs

  97. def not(selector: |[String, JQuery]): JQuery

    Permalink

    Remove elements from the set of matched elements.

    Remove elements from the set of matched elements.
    See: jQuery Docs

  98. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  100. def off(jEvent: JQueryEvent, selector: String = js.native): JQuery

    Permalink

    Remove an event handler.

    Remove an event handler.
    See: jQuery Docs

  101. def off(events: String): JQuery

    Permalink

    Remove an event handler.

    Remove an event handler.
    See: jQuery Docs

  102. def off(): JQuery

    Permalink

    Remove an event handler.

    Remove an event handler.
    See: jQuery Docs

  103. def offsetParent(): JQuery

    Permalink

    Get the closest ancestor element that is positioned.

    Get the closest ancestor element that is positioned.
    See: jQuery Docs

  104. def outerHeight(value: |[|[Int, Double], String]): JQuery

    Permalink

    Set the CSS outer Height of each element in the set of matched elements.

    Set the CSS outer Height of each element in the set of matched elements.
    See: jQuery Docs

  105. def outerHeight(includeMargin: Boolean = js.native): Double

    Permalink

    Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin.

    Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns a number (without "px") representation of the value or null if called on an empty set of elements.
    See: jQuery Docs

  106. def outerWidth(value: |[|[Int, Double], String]): JQuery

    Permalink

    Set the CSS outer width of each element in the set of matched elements.

    Set the CSS outer width of each element in the set of matched elements.
    See: jQuery Docs

  107. def outerWidth(includeMargin: Boolean = js.native): Double

    Permalink

    Get the current computed width for the first element in the set of matched elements, including padding and border.

    Get the current computed width for the first element in the set of matched elements, including padding and border.
    See: jQuery Docs

  108. def parent(selector: Selector = js.native): JQuery

    Permalink

    Get the parent of each element in the current set of matched elements, optionally filtered by a selector.

    Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
    See: jQuery Docs

  109. def parents(selector: Selector = js.native): JQuery

    Permalink

    Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.

    Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
    See: jQuery Docs

  110. def parentsUntil(selector: |[|[Selector, Element], JQuery] = js.native, filter: Selector = js.native): JQuery

    Permalink

    Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.

    Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
    See: jQuery Docs

  111. def prepend(content: |[|[String, Element], JQuery]*): JQuery

    Permalink

    Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.

    Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
    See: jQuery Docs

  112. def prependTo(target: |[|[Selector, Element], JQuery]*): JQuery

    Permalink

    Insert every element in the set of matched elements to the beginning of the target.

    Insert every element in the set of matched elements to the beginning of the target.
    See: jQuery Docs

  113. def prev(selector: Selector = js.native): JQuery

    Permalink

    Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.

    Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
    See: jQuery Docs

  114. def prevAll(selector: Selector = js.native): JQuery

    Permalink

    Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.

    Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
    See: jQuery Docs

  115. def prevUntil(selector: |[|[Selector, Element], JQuery] = js.native, filter: Selector = js.native): JQuery

    Permalink

    Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.

    Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
    See: jQuery Docs

  116. def promise[FunType <: Function1[ArgType, Any], ArgType](tpe: String = js.native, target: Any = js.native): JQueryPromise[FunType, ArgType]

    Permalink

    Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.

    Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
    See: jQuery Docs

  117. def prop(propertyName: String, value: Any): JQuery

    Permalink

    Set one or more properties for the set of matched elements.

    Set one or more properties for the set of matched elements.
    See: jQuery Docs

  118. def prop(propertyName: String): Any

    Permalink

    Get the value of a property for the first element in the set of matched elements.

    Get the value of a property for the first element in the set of matched elements.
    See: jQuery Docs

  119. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  120. def remove(selector: String = js.native): JQuery

    Permalink

    Remove the set of matched elements from the DOM.

    Remove the set of matched elements from the DOM.
    See: jQuery Docs

  121. def removeAttr(attributeName: String): JQuery

    Permalink

    Remove an attribute from each element in the set of matched elements.

    Remove an attribute from each element in the set of matched elements.
    See: jQuery Docs

  122. def removeClass(className: String*): JQuery

    Permalink

    Remove a single class, multiple classes, or all classes from each element in the set of matched elements.

    Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
    See: jQuery Docs

  123. def removeData(name: String = js.native): JQuery

    Permalink

    Remove a previously-stored piece of data.

    Remove a previously-stored piece of data.
    See: jQuery Docs

  124. def removeProp(propertyName: String): JQuery

    Permalink

    Remove a property for the set of matched elements.

    Remove a property for the set of matched elements.
    See: jQuery Docs

  125. def replaceAll(target: |[|[Selector, Element], JQuery]*): JQuery

    Permalink

    Replace each target element with the set of matched elements.

    Replace each target element with the set of matched elements.
    See: jQuery Docs

  126. def replaceWith(content: |[|[Selector, Element], JQuery]*): JQuery

    Permalink

    Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.

    Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
    See: jQuery Docs

  127. def resize(): JQuery

    Permalink

    Trigger resize event on an element.

    Trigger resize event on an element.
    See: jQuery Docs

  128. def scroll(): JQuery

    Permalink

    Trigger scroll event on an element.

    Trigger scroll event on an element.
    See: jQuery Docs

  129. def scrollLeft(left: Int): JQuery

    Permalink

    Set the current horizontal position of the scroll bar for each of the set of matched elements.

    Set the current horizontal position of the scroll bar for each of the set of matched elements.
    See: jQuery Docs

  130. def scrollLeft(): Int

    Permalink

    Get the current horizontal position of the scroll bar for the first element in the set of matched elements.

    Get the current horizontal position of the scroll bar for the first element in the set of matched elements.
    See: jQuery Docs

  131. def scrollTop(top: Int): JQuery

    Permalink

    Set the current vertical position of the scroll bar for each of the set of matched elements.

    Set the current vertical position of the scroll bar for each of the set of matched elements.
    See: jQuery Docs

  132. def scrollTop(): Int

    Permalink

    Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.

    Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
    See: jQuery Docs

  133. def select(): JQuery

    Permalink

    Trigger select event on an element.

    Trigger select event on an element.
    See: jQuery Docs

  134. def serialize(): String

    Permalink

    Encode a set of form elements as a string for submission.

    Encode a set of form elements as a string for submission.
    See: jQuery Docs

  135. def serializeArray[T](): Array[T]

    Permalink

    Encode a set of form elements as an array of names and values.

    Encode a set of form elements as an array of names and values.
    See: jQuery Docs

  136. def show(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Display the matched elements.

    Display the matched elements.
    See: jQuery Docs

  137. def siblings(selector: String = js.native): JQuery

    Permalink

    Get the siblings of each element in the set of matched elements, optionally filtered by a selector.

    Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
    See: jQuery Docs

  138. def slice(start: Int, end: Int = js.native): JQuery

    Permalink

    Reduce the set of matched elements to a subset specified by a range of indices.

    Reduce the set of matched elements to a subset specified by a range of indices. Including start, without end.
    See: jQuery Docs

  139. def slideDown(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Display the matched elements with a sliding motion.

    Display the matched elements with a sliding motion.
    See: jQuery Docs

  140. def slideToggle(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Display or hide the matched elements with a sliding motion.

    Display or hide the matched elements with a sliding motion.
    See: jQuery Docs

  141. def slideUp(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Hide the matched elements with a sliding motion.

    Hide the matched elements with a sliding motion.
    See: jQuery Docs

  142. def stop(queue: String = js.native, clearQueue: Boolean = js.native, jumpToEnd: Boolean = js.native): JQuery

    Permalink

    Stop the currently-running animation on the matched elements.

    Stop the currently-running animation on the matched elements.
    See: jQuery Docs

  143. def submit(): JQuery

    Permalink

    Trigger submit event on an element.

    Trigger submit event on an element.
    See: jQuery Docs

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

    Permalink
    Definition Classes
    AnyRef
  145. def text(text: |[|[|[String, Double], Int], Boolean]): JQuery

    Permalink

    Set the content of each element in the set of matched elements to the specified text.

    Set the content of each element in the set of matched elements to the specified text.
    See: jQuery Docs

  146. def text(): String

    Permalink

    Get the combined text contents of each element in the set of matched elements, including their descendants.

    Get the combined text contents of each element in the set of matched elements, including their descendants.
    See: jQuery Docs

  147. def toLocaleString(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  149. def toggle(duration: Int = js.native, easing: EasingFunction = js.native): JQuery

    Permalink

    Display or hide the matched elements.

    Display or hide the matched elements.
    See: jQuery Docs

  150. def toggle(display: Boolean): JQuery

    Permalink

    Display or hide the matched elements.

    Display or hide the matched elements.
    See: jQuery Docs

  151. def toggleClass(className: String, state: Boolean): JQuery

    Permalink

    Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the state argument.

    Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the state argument.
    See: jQuery Docs

  152. def toggleClass(className: String): JQuery

    Permalink

    Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the state argument.

    Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the state argument.
    See: jQuery Docs

  153. def trigger(event: |[String, JQueryEvent]): JQuery

    Permalink

    Execute all handlers and behaviors attached to the matched elements for the given event type.

    Execute all handlers and behaviors attached to the matched elements for the given event type.
    See: jQuery Docs

  154. def triggerHandler(event: |[String, JQueryEvent]): JQuery

    Permalink

    Execute all handlers attached to an element for an event.

    Execute all handlers attached to an element for an event.
    See: jQuery Docs

  155. def unwrap(): JQuery

    Permalink

    Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.

    Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
    See: jQuery Docs

  156. def value(value: |[|[|[String, Int], Double], Array[Any]]): JQuery

    Permalink

    Set the value of each element in the set of matched elements.

    Set the value of each element in the set of matched elements.
    See: jQuery Docs

    Annotations
    @JSName( "val" )
  157. def value(): |[|[|[String, Int], Double], Array[Any]]

    Permalink

    Get the current value of the first element in the set of matched elements.

    Get the current value of the first element in the set of matched elements.
    See: jQuery Docs

    Annotations
    @JSName( "val" )
  158. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  162. def width(value: |[|[String, Int], Double]): JQuery

    Permalink

    Set the CSS width of each element in the set of matched elements.

    Set the CSS width of each element in the set of matched elements.
    See: jQuery Docs

  163. def width(): Double

    Permalink

    Get the current computed width for the first element in the set of matched elements.

    Get the current computed width for the first element in the set of matched elements.
    See: jQuery Docs

  164. def wrap(wrappingElement: |[|[Selector, Element], JQuery]): JQuery

    Permalink

    Wrap an HTML structure around each element in the set of matched elements.

    Wrap an HTML structure around each element in the set of matched elements.
    See: jQuery Docs

  165. def wrapAll(wrappingElement: |[|[Selector, Element], JQuery]): JQuery

    Permalink

    Wrap an HTML structure around all elements in the set of matched elements.

    Wrap an HTML structure around all elements in the set of matched elements.
    See: jQuery Docs

  166. def wrapInner(wrappingElement: |[|[Selector, Element], JQuery]): JQuery

    Permalink

    Wrap an HTML structure around the content of each element in the set of matched elements.

    Wrap an HTML structure around the content of each element in the set of matched elements.
    See: jQuery Docs

Deprecated Value Members

  1. def eq(index: Int): JQuery

    Permalink

    Reduce the set of matched elements to the one at the specified index.

    Reduce the set of matched elements to the one at the specified index.
    See: jQuery Docs

    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.0) Use at(Int) instead.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped