norcross / gravity-tooltips

Adds a custom field to each form element for tooltips
MIT License
74 stars 20 forks source link

Tooltip enhancement to make popup work onclick and being able to move it around the screen #14

Closed alexkirp closed 8 years ago

alexkirp commented 9 years ago

As a feature enhancement :+1: Is it possible make a tooltip popup work onclick and being able to move popup tooltip around the screen Many thanks

norcross commented 9 years ago

the current JS library being used for the tooltips doesn't allow for moving the tooltip around (not sure of one that does). the onclick is possible, but will need to research.

tom112 commented 9 years ago

Would really like the onclick too in an input field

norcross commented 8 years ago

since I've now changed the plugin to use CSS instead of JS, this won't be feasible in it's current state.