Trait

io.scalajs.jquery

JQHtml

Related Doc: package jquery

Permalink

trait JQHtml extends Object

jQuery DOM/HTML Functions

Annotations
@RawJSType() @native()
See also

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

Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQHtml
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def after(content: Any): JQHtml.this.type

    Permalink

    Inserts content after the selected elements

    Inserts content after the selected elements

    content

    the specified content

  5. def append(content: Any): JQHtml.this.type

    Permalink

    Inserts content at the end of the selected elements

    Inserts content at the end of the selected elements

    content

    the specified content

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def attr(name: String, function: Function2[Int, String, String]): JQHtml.this.type

    Permalink

    The jQuery attr() method is also used to set/change attribute values.

    The jQuery attr() method is also used to set/change attribute values.

    name

    the name of the attribute to set

  8. def attr(name: String, value: |[String, Int]): JQHtml.this.type

    Permalink

    The jQuery attr() method is also used to set/change attribute values.

    The jQuery attr() method is also used to set/change attribute values.

    name

    the name of the attribute to set

  9. def attr(name: |[String, Any]): String

    Permalink

    The jQuery attr() method is used to get attribute values.

    The jQuery attr() method is used to get attribute values.

    name

    the name of the attribute to get

    returns

    the attribute values.

  10. def before(content: Any): JQHtml.this.type

    Permalink

    Inserts content before the selected elements

    Inserts content before the selected elements

    content

    the specified content

  11. def checked: Boolean

    Permalink

    TODO

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def empty(): JQHtml.this.type

    Permalink

    Removes the child elements from the selected element

  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def html(element: |[|[String, Element], Any]): JQHtml.this.type

    Permalink

    Sets or returns the content of selected elements (including HTML markup)

    Sets or returns the content of selected elements (including HTML markup)

    element

    the element or value

  21. def html(): Element

    Permalink

    Sets or returns the content of selected elements (including HTML markup)

    Sets or returns the content of selected elements (including HTML markup)

    returns

    the element

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def prepend(content: Any): JQHtml.this.type

    Permalink

    Inserts content at the beginning of the selected elements

    Inserts content at the beginning of the selected elements

    content

    the specified content

  28. def prop(name: String, value: Any): JQHtml.this.type

    Permalink
  29. def prop(name: String): Boolean

    Permalink

    TODO

  30. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  31. def remove(): JQHtml.this.type

    Permalink

    Removes the selected element (and its child elements)

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def text(value: |[String, Any]): JQHtml.this.type

    Permalink

    Sets or returns the text content of selected elements

    Sets or returns the text content of selected elements

    value

    the value attribute

  34. def text(): String

    Permalink

    Sets or returns the text content of selected elements

    Sets or returns the text content of selected elements

    returns

    the value attribute of the selected elements.

  35. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def val(value: Any): JQHtml.this.type

    Permalink

    The val() method returns or sets the value attribute of the selected elements.

    The val() method returns or sets the value attribute of the selected elements.

    value

    the value attribute

  38. def val(): Any

    Permalink

    The val() method returns or sets the value attribute of the selected elements.

    The val() method returns or sets the value attribute of the selected elements.

    returns

    the value attribute of the selected elements.

  39. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def wrap(function: Function): JQHtml.this.type

    Permalink

    Wrap an HTML structure around each element in the set of matched elements.

    Wrap an HTML structure around each element in the set of matched elements.

    function

    A callback function returning the HTML content or jQuery object to wrap around the matched elements. Receives the index position of the element in the set as an argument. Within the function, this refers to the current element in the set.

  44. def wrap(wrappingElement: |[Selector, Element]): JQHtml.this.type

    Permalink

    Wrap an HTML structure around each element in the set of matched elements.

    Wrap an HTML structure around each element in the set of matched elements.

    wrappingElement

    A selector, element, HTML string, or jQuery object specifying the structure to wrap around the matched elements. When you pass a jQuery collection containing more than one element, or a selector matching more than one element, the first element will be used.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped