net.liftweb.http.js

jquery

package jquery

Visibility
  1. Public
  2. All

Type Members

  1. trait JQueryArtifacts extends JSArtifacts

  2. trait JQueryLeft extends AnyRef

    Classes mixing JQuryLeft will soon stop doing so.

    Classes mixing JQuryLeft will soon stop doing so. Extending/Mixing JsExp will be enough

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3) Classes mixing JQuryLeft will soon stop doing so. Extending/Mixing JsExp will be enough

  3. trait JQueryRight extends AnyRef

    Classes mixing JQueryRight are also mixing JsMember.

    Classes mixing JQueryRight are also mixing JsMember. As JQueryRight is deprecated clases mixing this trait with stop doing so soon and they will mixin JsMember instead.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.3) As JQueryRight is deprecated clases mixing this trait with stop doing so soon and they will mixin JsMember instead.

Value Members

  1. object JQueryArtifacts extends JQueryArtifacts with Product with Serializable

  2. object JqJE

    Contains Scala JsExps for jQuery behaviors.

    Contains Scala JsExps for jQuery behaviors.

    These functions are meant to be combined using the ~> operator. For example:

    JqJE.Jq("button") ~> JqClick(AnonFunc(...))
    

    Documentation on the case classes themselves will point to the relevant jQuery documentation, if there is any.

  3. object JqJsCmds

  4. object JqWiringSupport

    A singleton that vends various different functions for WiringUI support

Deprecated Value Members

  1. object JQuery13Artifacts extends JQueryArtifacts with Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2.5) Use JQueryArtifacts in LiftRules and see http://liftweb.net/jquery for more information

  2. object JQuery14Artifacts extends JQueryArtifacts with Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 2.5) Use JQueryArtifacts in LiftRules and see http://liftweb.net/jquery for more information

Ungrouped