Package

io.scalajs

jquery

Permalink

package jquery

jquery package object

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. class AnimateOptions extends Object

    Permalink

    JQuery Animate Options

    JQuery Animate Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  2. class Coordinates extends Object

    Permalink

    JQuery Coordinates

    JQuery Coordinates

    Annotations
    @RawJSType() @ScalaJSDefined()
  3. class CssHooksOptions extends Object

    Permalink

    CSS Hooks Options

    CSS Hooks Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  4. class CssNumberOptions extends Object

    Permalink

    CSS Number Options By default the object contains the following properties: zIndex fontWeight opacity zoom lineHeight widows (added in jQuery 1.6) orphans (added in jQuery 1.6) fillOpacity (added in jQuery 1.6.2) columnCount (added in jQuery 1.9) order (added in jQuery 1.10.2) flexGrow (added in jQuery 1.11.1) flexShrink (added in jQuery 1.11.1)

    CSS Number Options By default the object contains the following properties: zIndex fontWeight opacity zoom lineHeight widows (added in jQuery 1.6) orphans (added in jQuery 1.6) fillOpacity (added in jQuery 1.6.2) columnCount (added in jQuery 1.9) order (added in jQuery 1.10.2) flexGrow (added in jQuery 1.11.1) flexShrink (added in jQuery 1.11.1)

    Annotations
    @RawJSType() @ScalaJSDefined()
  5. trait JQCss extends Object

    Permalink

    jQuery CSS Functions

    jQuery CSS Functions

    Annotations
    @RawJSType() @native()
    See also

    http://www.w3schools.com/jquery/jquery_ref_html.asp

    http://api.jquery.com/category/css/

  6. trait JQEffects extends Object

    Permalink

    jQuery Effects Functions

    jQuery Effects Functions

    Annotations
    @RawJSType() @native()
    See also

    http://www.w3schools.com/jquery/jquery_ref_events.asp

  7. trait JQEvents extends Object

    Permalink

    jQuery Events Functions

    jQuery Events Functions

    Annotations
    @RawJSType() @native()
    See also

    http://www.w3schools.com/jquery/jquery_ref_events.asp

  8. trait JQHtml extends Object

    Permalink

    jQuery DOM/HTML Functions

    jQuery DOM/HTML Functions

    Annotations
    @RawJSType() @native()
    See also

    http://www.w3schools.com/jquery/jquery_ref_html.asp

  9. trait JQTraversal extends Object

    Permalink

    jQuery traversing, which means "move through", are used to "find" (or select) HTML elements based on their relation to other elements.

    jQuery traversing, which means "move through", are used to "find" (or select) HTML elements based on their relation to other elements. Start with one selection and move through that selection until you reach the elements you desire.

    The image below illustrates a family tree. With jQuery traversing, you can easily move up (ancestors), down (descendants) and sideways (siblings) in the family tree, starting from the selected (current) element. This movement is called traversing - or moving through - the DOM.

    Annotations
    @RawJSType() @native()
    See also

    http://www.w3schools.com/jquery/jquery_ref_traversing.asp

    http://api.jquery.com/category/traversing/tree-traversal/

  10. trait JQuery extends Object

    Permalink

    JQuery

    JQuery

    Annotations
    @RawJSType() @native()
  11. trait JQueryElement extends Array[Element] with Element with JQCss with JQEffects with JQEvents with JQHtml with JQTraversal

    Permalink

    JQuery Element

    JQuery Element

    Annotations
    @RawJSType() @native()
  12. type Selector = String

    Permalink

    A string containing a selector expression

Value Members

  1. object JQuery

    Permalink

    JQuery Companion

Inherited from AnyRef

Inherited from Any

Ungrouped