If you do decide you are interested in a non-Jquery solution, I think that you could probably combine a few animated zippys[1] to get the same functionality as an accordion with a little additional CLJS code.
[1] http://closure-library.googlecode.com/svn/docs/class_goog_ui_AnimatedZippy.html On Mon, Nov 26, 2012 at 1:45 PM, Aaron Cohen <[email protected]> wrote: > I've only used it at a very shallow level, but > https://developers.google.com/closure/library/docs/overview has seemed > quite nice to me? > > > On Sat, Nov 24, 2012 at 7:14 PM, Jonathan Fischer Friberg < > [email protected]> wrote: > >> I don't think there's a consensus. >> You will have to weigh the pros/cons and choose what fits you best. >> >> For example: >> closure integrates perfectly with the closure compiler while jquery does >> not. >> jquery has great documentation while closure does not. >> And so on. :) >> >> Jonathan >> >> >> >> On Sat, Nov 24, 2012 at 7:20 PM, J Elaych <[email protected]> wrote: >> >>> So I guess that means using jayq. Is that the new consensus on using >>> clojurescript for guis? I see lots of discussion on closure vs jquery in >>> clojurescript but it is hard to tell what is going to be the standard. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to [email protected] >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> [email protected] >>> 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 post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> 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 post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
