object JQuery
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JQuery
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
AjaxSettings extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
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()
- type AnimationHook[TElement] = Function1[Tween[TElement], Unit]
-
trait
AnimationStatic extends Object
- Annotations
- @RawJSType() @native()
-
trait
CSSHook extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type CSSHooks = Dictionary[CSSHook]
-
trait
Callbacks extends Object
- Annotations
- @RawJSType() @native()
-
trait
Coordinates extends Object
- Annotations
- @RawJSType() @native()
-
trait
CoordinatesPartial extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Deferred[TR, TJ, TN] extends scala.scalajs.js.Promise[TR] with Promise[TR, TJ, TN]
- Annotations
- @RawJSType() @native()
-
trait
DeferredStatic extends Object
- Annotations
- @RawJSType() @native()
- type Duration = |[Double, String]
- type EasingMethod = Function1[Double, Double]
- type Easings = Dictionary[EasingMethod]
-
trait
Effects extends Object
- Annotations
- @RawJSType() @native()
-
trait
EffectsOptions[TElement] extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
Event extends org.scalajs.dom.Event
- Annotations
- @RawJSType() @native()
-
trait
EventExtensions extends Object
- Annotations
- @RawJSType() @native()
- type EventHandler[TCurrentTarget, TData] = ThisFunction1[TCurrentTarget, TriggeredEvent[TCurrentTarget, TData, EventTarget, EventTarget], Any]
-
trait
EventStatic extends Object
- Annotations
- @RawJSType() @native()
-
trait
HandleObject[TTarget, TData] extends Object
- Annotations
- @RawJSType() @native()
-
trait
HasHandleObj[TTarget, TData] extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
NameValuePair extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type Node = |[|[|[Element, Text], Comment], DocumentFragment]
-
trait
PickXMLHttpRequest extends Object
- Annotations
- @RawJSType() @native()
- type PlainObject[T] = Dictionary[T]
-
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()
- type Promise2[TR, TJ, TN, UR, UJ, UN] = PromiseBase[TR, TJ, TN, UR, UJ, UN, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]
- type Promise3[TR, TJ, TN, UR, UJ, UN, VR, VJ, VN] = PromiseBase[TR, TJ, TN, UR, UJ, UN, VR, VJ, VN, Nothing, Nothing, Nothing]
-
trait
PromiseBase[TR, TJ, TN, UR, UJ, UN, VR, VJ, VN, SR, SJ, SN] extends scala.scalajs.js.Promise[TR]
- Annotations
- @RawJSType() @native()
-
trait
PropHook[TElement] extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type PropHooks = Dictionary[PropHook[Node]]
- type Queue[TElement] = Array[QueueFunction[TElement]]
- type QueueFunction[TElement] = ThisFunction1[TElement, Function0[Unit], Unit]
- type Selector = String
-
trait
SpecialEventHook[TTarget, TData] extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type SpecialEventHooks = Dictionary[SpecialEventHook[EventTarget, _]]
-
trait
SpeedSettings[TElement] extends Object
- Annotations
- @RawJSType() @native()
- type Thenable[T] = scala.scalajs.js.Thenable[T]
-
trait
TickFunction[TElement] extends Object
- Annotations
- @RawJSType() @native()
-
trait
Transport extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
-
trait
TriggeredEvent[TDelegateTarget, TData, TCurrentTarget <: EventTarget, TTarget <: EventTarget] extends org.scalajs.dom.Event with Event
- Annotations
- @RawJSType() @native()
-
trait
Tween[TElement] extends Object
- Annotations
- @RawJSType() @native()
-
trait
TweenStatic extends Object
- Annotations
- @RawJSType() @native()
- type Tweener[TElement] = ThisFunction2[Animation[TElement], String, Double, Tween[TElement]]
- type TypeEventHandler0[TCurrentTarget] = Function0[Any]
- type TypeEventHandler1[TCurrentTarget] = Function1[TriggeredEvent[TCurrentTarget, Unit, EventTarget, EventTarget], Any]
- type TypeEventHandler2[TCurrentTarget] = ThisFunction1[TCurrentTarget, TriggeredEvent[TCurrentTarget, Unit, EventTarget, EventTarget], Any]
- type TypeEventHandlers[TCurrentTarget] = Dictionary[|[|[|[TypeEventHandler1[TCurrentTarget], TypeEventHandler0[TCurrentTarget]], TypeEventHandler2[TCurrentTarget]], Boolean]]
- type TypeOrArray[T] = |[T, Array[T]]
-
trait
ValHook extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
- type ValHooks = Dictionary[ValHook]
-
trait
XHRFields extends Object with PickXMLHttpRequest
- Annotations
- @RawJSType() @native()
- type _Falsy = |[|[|[|[Boolean, Null], Unit], Int], String]
- type htmlString = String
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Ajax
- object Deferred
- object jqXHR
Deprecated Value Members
-
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.