Packages

object JQuery

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. trait AjaxSettings extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  2. trait Animation[TElement] extends scala.scalajs.js.Promise[Animation[TElement]] with Promise3[Animation[TElement], Animation[TElement], Animation[TElement], |[Boolean, Unit], Boolean, Double, Nothing, Nothing, Double]
    Annotations
    @RawJSType() @native()
  3. type AnimationHook[TElement] = Function1[Tween[TElement], Unit]
  4. trait AnimationStatic extends Object
    Annotations
    @RawJSType() @native()
  5. trait CSSHook extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  6. type CSSHooks = Dictionary[CSSHook]
  7. trait Callbacks extends Object
    Annotations
    @RawJSType() @native()
  8. trait Coordinates extends Object
    Annotations
    @RawJSType() @native()
  9. trait CoordinatesPartial extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  10. trait Deferred[TR, TJ, TN] extends scala.scalajs.js.Promise[TR] with Promise[TR, TJ, TN]
    Annotations
    @RawJSType() @native()
  11. trait DeferredStatic extends Object
    Annotations
    @RawJSType() @native()
  12. type Duration = |[Double, String]
  13. type EasingMethod = Function1[Double, Double]
  14. type Easings = Dictionary[EasingMethod]
  15. trait Effects extends Object
    Annotations
    @RawJSType() @native()
  16. trait EffectsOptions[TElement] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  17. trait Event extends org.scalajs.dom.Event
    Annotations
    @RawJSType() @native()
  18. trait EventExtensions extends Object
    Annotations
    @RawJSType() @native()
  19. type EventHandler[TCurrentTarget, TData] = ThisFunction1[TCurrentTarget, TriggeredEvent[TCurrentTarget, TData, EventTarget, EventTarget], Any]
  20. trait EventStatic extends Object
    Annotations
    @RawJSType() @native()
  21. trait HandleObject[TTarget, TData] extends Object
    Annotations
    @RawJSType() @native()
  22. trait HasHandleObj[TTarget, TData] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  23. trait NameValuePair extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  24. type Node = |[|[|[Element, Text], Comment], DocumentFragment]
  25. trait PickXMLHttpRequest extends Object
    Annotations
    @RawJSType() @native()
  26. type PlainObject[T] = Dictionary[T]
  27. trait Promise[TR, TJ, TN] extends scala.scalajs.js.Promise[TR] with PromiseBase[TR, TJ, TN, TR, TJ, TN, TR, TJ, TN, TR, TJ, TN]
    Annotations
    @RawJSType() @native()
  28. type Promise2[TR, TJ, TN, UR, UJ, UN] = PromiseBase[TR, TJ, TN, UR, UJ, UN, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]
  29. type Promise3[TR, TJ, TN, UR, UJ, UN, VR, VJ, VN] = PromiseBase[TR, TJ, TN, UR, UJ, UN, VR, VJ, VN, Nothing, Nothing, Nothing]
  30. trait PromiseBase[TR, TJ, TN, UR, UJ, UN, VR, VJ, VN, SR, SJ, SN] extends scala.scalajs.js.Promise[TR]
    Annotations
    @RawJSType() @native()
  31. trait PropHook[TElement] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  32. type PropHooks = Dictionary[PropHook[Node]]
  33. type Queue[TElement] = Array[QueueFunction[TElement]]
  34. type QueueFunction[TElement] = ThisFunction1[TElement, Function0[Unit], Unit]
  35. type Selector = String
  36. trait SpecialEventHook[TTarget, TData] extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  37. type SpecialEventHooks = Dictionary[SpecialEventHook[EventTarget, _]]
  38. trait SpeedSettings[TElement] extends Object
    Annotations
    @RawJSType() @native()
  39. type Thenable[T] = scala.scalajs.js.Thenable[T]
  40. trait TickFunction[TElement] extends Object
    Annotations
    @RawJSType() @native()
  41. trait Transport extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  42. trait TriggeredEvent[TDelegateTarget, TData, TCurrentTarget <: EventTarget, TTarget <: EventTarget] extends org.scalajs.dom.Event with Event
    Annotations
    @RawJSType() @native()
  43. trait Tween[TElement] extends Object
    Annotations
    @RawJSType() @native()
  44. trait TweenStatic extends Object
    Annotations
    @RawJSType() @native()
  45. type Tweener[TElement] = ThisFunction2[Animation[TElement], String, Double, Tween[TElement]]
  46. type TypeEventHandler0[TCurrentTarget] = Function0[Any]
  47. type TypeEventHandler1[TCurrentTarget] = Function1[TriggeredEvent[TCurrentTarget, Unit, EventTarget, EventTarget], Any]
  48. type TypeEventHandler2[TCurrentTarget] = ThisFunction1[TCurrentTarget, TriggeredEvent[TCurrentTarget, Unit, EventTarget, EventTarget], Any]
  49. type TypeEventHandlers[TCurrentTarget] = Dictionary[|[|[|[TypeEventHandler1[TCurrentTarget], TypeEventHandler0[TCurrentTarget]], TypeEventHandler2[TCurrentTarget]], Boolean]]
  50. type TypeOrArray[T] = |[T, Array[T]]
  51. trait ValHook extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  52. type ValHooks = Dictionary[ValHook]
  53. trait XHRFields extends Object with PickXMLHttpRequest
    Annotations
    @RawJSType() @native()
  54. type _Falsy = |[|[|[|[Boolean, Null], Unit], Int], String]
  55. type htmlString = String
  56. trait jqXHR extends scala.scalajs.js.Promise[Any] with Promise3[Any, jqXHR, Nothing, SuccessTextStatus, ErrorTextStatus, Nothing, jqXHR, String, Nothing] with PickXMLHttpRequest
    Annotations
    @RawJSType() @native()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object Ajax
  20. object Deferred
  21. object jqXHR

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped