I recently added support for xpath and custom selectors in addition to the 
standard ccs3 selector.  I added these to get around some of the 
limitations of goog.dom.query and querySelector.  I would be interested in 
your specific use case to see if we can't provide a custom selector to 
handle it.

CK

On Tuesday, February 12, 2013 8:01:11 AM UTC-5, Herwig Hochleitner wrote:
>
> I have successfully used ClojureScript to write a Car2Go App for 
> Blackberry: http://appworld.blackberry.com/webstore/content/19205189/
> The big challenge there was actually the volatile platform (mandatory 
> battery pulls after reading the geolocation anyone?), while ClojureScript 
> has played along gorgeously. 
>
> I tried enfocus at first, but then I decided to port enlive to 
> ClojureScript, to get a consistent selector behavior between server and 
> client.
> Also the missing root selector (impossible in enfocus with 
> element.querySelector) was a dealbreaker.
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to