Skip to content

martinek-stepan/HTMLSelecter

Repository files navigation

HTMLSelecter

HTMLSelecter is Dart package inspired by jQuery HTML selectors. Advantage of this package is that it works in all Dart environments not only on the web.

Package support these selectors

  • * - All elements
  • .className
  • #id
  • elementIdentifier
  • [customAttribute]

And relationships

  • > – Direct child
  • + – Same level
  • ~ – Siblings
  • <space> – All descendants

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages