Package

io.udash.wrappers

jquery

Permalink

package jquery

All docs are quoted from jQuery API docs.

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

Type Members

  1. case class AnimationOptions(duration: Option[Int] = None, easing: Option[EasingFunction] = None, queue: Option[Boolean] = None, step: (Int, Dynamic) ⇒ Any = null, progress: (JQueryPromise[Function1[Any, Any], Any], Int, Int) ⇒ Any = null, complete: () ⇒ Any = null, start: (JQueryPromise[Function1[Any, Any], Any]) ⇒ Any = null, done: (JQueryPromise[Function1[Any, Any], Any], Boolean) ⇒ Any = null, fail: (JQueryPromise[Function1[Any, Any], Any], Boolean) ⇒ Any = null, always: (JQueryPromise[Function1[Any, Any], Any], Boolean) ⇒ Any = null) extends Product with Serializable

    Permalink
  2. type EasingFunction = String

    Permalink
  3. type EventName = String

    Permalink
  4. trait JQuery extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  5. trait JQueryAjaxSettings extends Object

    Permalink

    jQuery AJAX settings object
    See: jQuery Docs

    jQuery AJAX settings object
    See: jQuery Docs

    Annotations
    @RawJSType() @native()
  6. type JQueryCallback = (Element, JQueryEvent) ⇒ Any

    Permalink
  7. trait JQueryCallbacks[FunType <: Function1[ArgType, Any], ArgType] extends Any

    Permalink
    Annotations
    @RawJSType() @native()
  8. trait JQueryDeferred[FunType <: Function1[ArgType, Any], ArgType] extends JQueryPromise[FunType, ArgType]

    Permalink
    Annotations
    @RawJSType() @native()
  9. trait JQueryEvent extends Event

    Permalink
    Annotations
    @RawJSType() @native()
  10. trait JQueryPromise[FunType <: Function1[ArgType, Any], ArgType] extends Any

    Permalink
    Annotations
    @RawJSType() @native()
  11. trait JQueryStatic extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  12. trait JQueryXHR extends Object

    Permalink

    See: jQuery Docs

    Annotations
    @RawJSType() @native()
  13. case class Offset(top: Double, left: Double) extends TopLeftCoords with Product with Serializable

    Permalink
  14. case class Position(top: Double, left: Double) extends TopLeftCoords with Product with Serializable

    Permalink
  15. type Selector = String

    Permalink

    See: jQuery Docs

  16. sealed trait TopLeftCoords extends AnyRef

    Permalink

Value Members

  1. object EasingFunction

    Permalink

    Easing functions specify the speed at which an animation progresses at different points within the animation.

    Easing functions specify the speed at which an animation progresses at different points within the animation.
    See: jQuery Docs

  2. object EventName

    Permalink
  3. object JQuery

    Permalink
  4. object JQueryAjaxSettings

    Permalink
  5. object JQueryPromise

    Permalink
  6. object JQueryStatic

    Permalink
  7. object jQ extends Object with JQueryStatic

    Permalink
    Annotations
    @native() @JSImport( "jquery" , JSImport.Default , "$" )

Inherited from AnyRef

Inherited from Any

Ungrouped