theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Implement DOM manipulation #58

Open theRealProHacker opened 1 year ago

theRealProHacker commented 1 year ago

An author script should be able to manipulate the DOM. This includes the following actions.

Important is that elements are able to know about these changes, because they might have to react. This is especially true for ReplacedElements and MetaElements. E.g. a style element that's src is changed or an input that's type is changed.

theRealProHacker commented 1 year ago

We will try to implement this as close to jQuery as possible: