Package

org.hyperscala

jquery

Permalink

package 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. case class ColorChange(tag: HTMLTag, value: String) extends BrowserEvent with Product with Serializable

    Permalink
  2. class ColorPicker extends jQueryComponent

    Permalink
  3. trait JavaScriptCaller extends AnyRef

    Permalink

  4. class Spectrum extends jQueryComponent

    Permalink
  5. class jQueryMouseWheel extends AnyRef

    Permalink

Value Members

  1. object ColorPicker extends Module with JavaScriptCaller with StorageComponent[ColorPicker, Input]

    Permalink

  2. object Gritter extends Module with JavaScriptCaller

    Permalink

  3. object Spectrum extends Module with JavaScriptCaller with StorageComponent[Spectrum, Input]

    Permalink

    Spectrum is a wrapper around the the jQuery Colorpicker found here: http://bgrins.github.io/spectrum/

    Spectrum is a wrapper around the the jQuery Colorpicker found here: http://bgrins.github.io/spectrum/

    Most of the documentation is duplicated directly from the JavaScript documentation.

    Spectrum is a StorageComponent, so activating it on an Input can be done by just calling Spectrum(input). You can invoke the method multiple times and it will return the same instance for the same input.

  4. def deferTo(other: jQuerySelector, cancel: Boolean = true): JSFunction1[MouseWheelEvent, Boolean]

    Permalink
  5. object jQueryFracs extends Module

    Permalink

  6. object jQueryMouseWheel extends Module

    Permalink
  7. object jQueryNearest extends Module

    Permalink

  8. package jcanvas

    Permalink

  9. implicit def jqs2MouseWheel(s: jQuerySelector): jQueryMouseWheel

    Permalink
  10. package ui

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped