-
Some pages may manipulate the DOM dynamically, via JavaScript. An example is here, where a click on the "expand" icon will...
- remove the IMG from it's parent DIV
- append it to a **different** paren…
-
Your project looks good, however, you need to put your JavaScript object inside the JavaScript file.
-
Consider:
Minimizing heavy JavaScript computations by using Web Workers or async/await.
Deferring or lazily loading non-essential resources to reduce initial load.
Breaking up large tasks into smal…
-
How would that work?
Will you also provide complete webassembly examples?
ghost updated
2 years ago
-
With reference to issue #144 Applying tests to https://github.com/409H/EtherAddressLookup/blob/master/js/DomManipulator.js
Particularly the changes that will be merged in with pull request https:/…
-
It's not intuitive how I should create a DOM element of a certain type using Fable. I'd like to see an example of this in the samples.
Updating an existing sample to demonstrate this would be nice.…
-
**Is your feature request related to a problem? Please describe.**
Violation of SRP and tight coupling that could be solved.
**Describe the solution you'd like**
Introduces a separation of co…
-
We now use jQuery, Bootstrap, and other client-side components like TinyMCE. We should be able to retire YUI.
Actions:
- [ ] move to jQuery or plain DOM
- [ ] DOM manipulation (`YAHOO.util.Dom`…
-
Is there a way to manipulate parent dom in jailed iframe.
-
instead of hardcoding html, it might be cleaner and easier to maintain by using a JS script to manipulate the HTML in some sections