The Wayback Machine - https://web.archive.org/web/20200710235703/https://github.com/topics/dom-manipulation
Skip to content
#

dom-manipulation

Here are 506 public repositories matching this topic...

html-dom
mindplay-dk
mindplay-dk commented Apr 29, 2020

I only tried the image zoom and splitter demos, but neither of these work on mobile, and probably won't work on tablets.

The whole project likely needs testing and optimization for touch input?

In many cases, this isn't going to be simple or elegant and will likely increase the complexity of some of these demos substantially, which might be harmful to the learning process for some, so there

dignajar
dignajar commented Feb 23, 2019

Here you can request what do you like to have in the documentation.

Feel free to create a pull request with How To in the GitHub repository for documentation.

raquo
raquo commented Apr 26, 2020

Documentation mentions it, but more code examples would be nice. For example:

val $isSelected: Signal[Boolean] = ???
div(cls <-- $isSelected.map(isSelected => List("x-selected" -> isSelected)))

Also, seeing that a single-boolean use case is quite cumbersome, we might want to provide a syntax shortcut for this use case, for example:

div(cls.toggle("x-selected") <-
daotoad
daotoad commented Apr 13, 2020

Describe the bug
Running a simple, valid program in the JS.do example website may lead to a valid script terminating.

Error message is:
`Operation """": no method found, argument in overloaded package WebPerl::JSObject.
exit(255) called, but NO_EXIT_RUNTIME is set, so halting execution but not exiting the runtime or preventing further async execution (build with NO_EXIT_RUNTIME=0, if you

g105b
g105b commented Oct 30, 2019

There is inconsistent behaviour when working with boolean properties that map directly to an element's attribute. For example: $element->disabled = true should add the attribute disabled to the element, without a value. Subsequently, $element->disabled = false should remove the attribute. This is the same for selected, checked, etc.

  • Step 1: List out all the boolean properties from a

Improve this page

Add a description, image, and links to the dom-manipulation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dom-manipulation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.