paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

Question(s) regarding programatically generated loop instance of toolbar #22

Open ConceptFusion opened 11 years ago

ConceptFusion commented 11 years ago

A couple of questions (if you have the time):

Using the toolbar in a programatically generated repeating loop (ruby), is it possible to have a single toolbar init function that references the toolbar options container (content) following/relating to the initiating link element? I've tried a few scenarios but seem to be breaking the code trying to dynamically reference the options element with a jQuery selector in the toolbars content argument.

And lastly (this is probably simpler than I'm thinking)... is there a function similar to hideOnClick that hides the toolbar if one of the toolbar links is clicked (currently only seems to refer to clicking outside the toolbar??)

Thanks in advance :)

mvkamalesh commented 10 years ago

Hi Paul,

I have a listing page with 10 posts per page i want each post to have a toolbar, currently same content tools for all the post. how do i achieve this.

regards, kamalesh mv

mvkamalesh commented 10 years ago

Hi any info on this??