Trait/Object

io.scalajs.jquery

JQuery

Related Docs: object JQuery | package jquery

Permalink

trait JQuery extends Object

JQuery

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
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 apply(selector: Selector): JQueryElement

    Permalink

    Retrieves the jQuery object for the given selector

    Retrieves the jQuery object for the given selector

    selector

    A string containing a selector expression to match elements against.

    returns

    the jQuery element

  5. def apply(node: Node): JQueryElement

    Permalink

    Retrieves the jQuery object for the given document

    Retrieves the jQuery object for the given document

    node

    the given node

    returns

    the jQuery element

  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var cssHooks: CssHooksOptions

    Permalink

    Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.

  9. var cssNumber: CssNumberOptions

    Permalink

    An object containing all CSS properties that may be used without a unit.

    An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def html(fn: Function2[Int, String, String]): String

    Permalink

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

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

    fn

    A function returning the HTML content to set. Receives the index position of the element in the set and the old HTML value as arguments. jQuery empties the element before calling the function; use the oldhtml argument to reference the previous content. Within the function, this refers to the current element in the set.

  17. def html(htmlString: String): String

    Permalink

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

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

    htmlString

    A string of HTML to set as the content of each matched element.

  18. def html(): String

    Permalink

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

  19. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Object
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped