Class

io.udash.wrappers.jquery.JQueryStatic

JQueryStaticExt

Related Doc: package JQueryStatic

Permalink

implicit class JQueryStaticExt extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQueryStaticExt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JQueryStaticExt(jQueryStatic: JQueryStatic)

    Permalink

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 ajaxPrefilter(dataTypes: String, handler: (Dynamic, Dynamic, JQueryXHR) ⇒ Any): Unit

    Permalink

    Handle custom Ajax options or modify existing options before each request is sent and before they are processed by .ajax().

    Handle custom Ajax options or modify existing options before each request is sent and before they are processed by .ajax().
    See: jQuery Docs

  5. def ajaxTransport(tpe: String, handler: (Dynamic, Dynamic, JQueryXHR) ⇒ Any): Unit

    Permalink

    Creates an object that handles the actual transmission of Ajax data.

    Creates an object that handles the actual transmission of Ajax data.
    See: jQuery Docs

  6. def apply(option: Option[Any]): JQuery

    Permalink

    Binds a function to be executed when the DOM has finished loading.

    Binds a function to be executed when the DOM has finished loading.
    See: jQuery Docs

  7. def apply(callback: () ⇒ Any): JQuery

    Permalink

    Binds a function to be executed when the DOM has finished loading.

    Binds a function to be executed when the DOM has finished loading.
    See: jQuery Docs

  8. def apply(elementArray: Element*): JQuery

    Permalink

    Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.

    Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
    See: jQuery Docs

  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def each(obj: Any, callback: (String, Any) ⇒ Any): Unit

    Permalink

    A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.

    A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
    See: jQuery Docs

  12. def each[T](array: Seq[T], callback: (Int, T) ⇒ Any): Unit

    Permalink

    A generic iterator function, which can be used to seamlessly iterate over both objects and arrays.

    A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
    See: jQuery Docs

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get[T](url: String, data: Any, success: (T, String, JQueryXHR) ⇒ Any, dataType: String): JQueryXHR

    Permalink

    Load data from the server using a HTTP GET request.

    Load data from the server using a HTTP GET request.
    See: jQuery Docs

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getJSON[T](url: String, data: Any, success: (T, String, JQueryXHR) ⇒ Any): JQueryXHR

    Permalink

    Load JSON-encoded data from the server using a GET HTTP request.

    Load JSON-encoded data from the server using a GET HTTP request.
    See: jQuery Docs

  19. def getScript(url: String, success: (String, String, JQueryXHR) ⇒ Any): JQueryXHR

    Permalink

    Load a JavaScript file from the server using a GET HTTP request, then execute it.

    Load a JavaScript file from the server using a GET HTTP request, then execute it.
    See: jQuery Docs

  20. def grep[T](array: Seq[T], function: (T, Int) ⇒ Boolean, invert: Boolean = false): Seq[T]

    Permalink

    Finds the elements of an array which satisfy a filter function.

    Finds the elements of an array which satisfy a filter function. The original array is not affected.
    See: jQuery Docs

  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def inArray[T](value: T, array: Seq[T], fromIndex: Int): Int

    Permalink

    Search for a specified value within an array and return its index (or -1 if not found).

    Search for a specified value within an array and return its index (or -1 if not found).
    See: jQuery Docs

  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def parse(data: String): JQuery

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped