Skip to content

Implement more of the jQuery API #21

@ragnarlonn

Description

@ragnarlonn

Manipulation API

  • attr() [readonly]
  • html() [readonly]
  • prop() [readonly]
  • text() [readonly]
  • val() [readonly]

Traversal API

  • add()
  • children()
  • closest()
  • contents()
  • each()
  • end()
  • eq()
  • filter()
  • find()
  • first()
  • has()
  • is()
  • last()
  • map()
  • next()
  • nextAll()
  • nextUntil()
  • not()
  • parent()
  • parents()
  • parentsUntil()
  • prev()
  • prevAll()
  • prevUntil()
  • siblings()
  • slice()

Misc API

  • get()
  • toArray()
  • index()
  • data() [readonly]

Imported from https://trello.com/c/1XvRjs9A/89-implement-more-of-the-jquery-api

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions