Re: Clojure v1.4 - what is new, changed and in development

2011-09-27 Thread tmountain
> Is there a > way to do this in a single HTML file, and include all of the tooltips in > that file? Yes, there is. There are a lot of options out there, but I've found qTip to be pretty simple. http://craigsworks.com/projects/qtip/demos/content/basic If you don't want to use any third-party lib

Re: Clojure v1.4 - what is new, changed and in development

2011-09-27 Thread Andy Fingerhut
Pardon my ignorance -- I've not done anything with AJAX before. Is there a way to do this in a single HTML file, and include all of the tooltips in that file? If so, do you have an example of this I could use to learn from? Just two or three links each with different tooltips would be enough to

Re: Clojure v1.4 - what is new, changed and in development

2011-09-27 Thread Michael Jaaka
Ohh... And it would be nice if hovering with mouse pointer on function name in cheetsheet would show tool tip (made with AJAX; the results would be cached; thought about clojurescript - its a high time to proof its usability) with functions description and signature and after clicking link "mor

Re: Clojure v1.4 - what is new, changed and in development

2011-09-27 Thread Michael Jaaka
Btw. Cheat Sheet doesn't look good on iPad. Some columns are shifted -- 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

Clojure v1.4 - what is new, changed and in development

2011-09-27 Thread Michael Jaaka
Hi! I would be nice If after entering on http://clojure.github.com/clojure/branch-master/index.html I could see what is new, what has changed (just bold new methods, cross the removed one and skew the changed one) links and what new concepts are in progress. I think that it is easy to do. For