Re: [ClojureScript] Re: Is this the correct way to do a tooltip on a Reagent component?

2015-03-25 Thread Colin Yates
Looking at your code, I think your question is more about using the jquery tooltip plugin, which I know even less about ;). On 25 March 2015 at 17:14, wrote: > Well, actually, that might work. I was hoping for something more > attention-grabbing, but this will work for now. Thanks! > > On Wed,

Re: [ClojureScript] Re: Is this the correct way to do a tooltip on a Reagent component?

2015-03-25 Thread jmckitrick
Well, actually, that might work. I was hoping for something more attention-grabbing, but this will work for now. Thanks! On Wed, Mar 25, 2015 at 11:54 AM Colin Yates wrote: > Might be my ignorance of reagent, but why can't you just {:title "My > tooltip"} to the button itself: > > [:button.btn

[ClojureScript] Re: Is this the correct way to do a tooltip on a Reagent component?

2015-03-25 Thread Colin Yates
Might be my ignorance of reagent, but why can't you just {:title "My tooltip"} to the button itself: [:button.btn.btn-default {:title "Woot"}] On Wednesday, 25 March 2015 15:44:38 UTC, Jonathon McKitrick wrote: > (defn edit-button-component [attrs] > [:button.btn.btn-default attrs >[:span