Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manipulation utilities #3

Open
15 tasks
asg017 opened this issue Oct 20, 2021 · 0 comments
Open
15 tasks

Manipulation utilities #3

asg017 opened this issue Oct 20, 2021 · 0 comments
Milestone

Comments

@asg017
Copy link
Owner

asg017 commented Oct 20, 2021

UDFs to manipulate html documents: classes, attributes, children, text content, etc.

  • Attributes
    • html_attr_set(doc, selector, name, value)
    • html_attr_remove(doc, selector, name)
  • Elements
    • html_append(doc, selector, value)
    • html_append_all(doc, selector, value)
    • html_replace(doc, selector, value)
    • html_replace_all(doc, selector, value)
    • html_set(doc, selector, value)
    • html_set_all(doc, selector, value)
    • html_remove(doc, selector)
    • html_remove_all(doc, selector)
  • Classes
    • html_class_add(doc, selector, name)
    • html_class_remove(doc, selector, name)
@asg017 asg017 added this to the 1 beta milestone Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant