We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
domina/nodes always returns an empty collection in :optimizations :simple, but works as expected in optimizations :advanced
To see the issue, for some page with a few divs, run the following code
(js/alert (domina.css/sel "div")) (js/alert (domina/nodes (domina.css/sel "div")))
The first line works fine in both :optimizations :simple and :optimizations :advanced
The second line With :optimizations :simple, an empty collection is displayed With :optimizations :advanced, a collection of htmlelements is displayed
[domina "1.0.2"] [org.clojure/clojurescript "0.0-2234"] [lein-cljsbuild "1.0.3"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
domina/nodes always returns an empty collection in :optimizations :simple, but works as expected in optimizations :advanced
To see the issue, for some page with a few divs, run the following code
(js/alert (domina.css/sel "div"))
(js/alert (domina/nodes (domina.css/sel "div")))
The first line
works fine in both :optimizations :simple and :optimizations :advanced
The second line
With :optimizations :simple, an empty collection is displayed
With :optimizations :advanced, a collection of htmlelements is displayed
[domina "1.0.2"]
[org.clojure/clojurescript "0.0-2234"]
[lein-cljsbuild "1.0.3"]
The text was updated successfully, but these errors were encountered: