|
|
|
|
|
by rads
4792 days ago
|
|
"It's incompatible with standard Javascript libraries, which is why you would use Dommy because you can't use jQuery." Not true. (def $ js/jQuery)
(.append ($ "body") "hello world")
The reasons you'd use Dommy over jQuery are outlined in the original post. |
|