It works pretty seamlessly. You will need to include a jquery externs file to avoid munging of function call names by the google closure compiler in advanced mode.
See also https://github.com/ibdknox/jayq Which adds a few simplifications to usage (particularly some protocols for jQuery objects acting as sequences). There may be others out there too. if you plan to create elements on the client, you may want to use a "hiccup style render", they are very effective and hiccup data is very amenable to composition. I use https://github.com/prismatic/dommy. but there are others too. Dave On Monday, 17 February 2014 01:47:18 UTC+11, Kashyap CK wrote: > > Hi, > > It took me some time to get started with clojurescript (on windows/cygwin) > - http://swannodette.github.io/2013/11/07/clojurescript-101/ worked for > me. > > I'd like to use clojurescript to do some UI component development for > product which is built using webkit/js/jquery. I was wondering if it is > okay to develop a feature in such an application, where most of the UI is > in jquery, in clojurescript? > > I'd appreciate it very much to know if there are any known gotha's here or > any tips that I could use? > > Regards, > Kashyap > -- 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.