jquery.smallipop
jquery.smallipop copied to clipboard
Tooltip popup for jQuery
What i wanted to use this for was to highlight multiple tour items at once that aren't next to each other in the code, so i cant span around them....
Right now, Smallipop is called this way : `$('.myElement').smallipop({options});` It would be nice if it were possible to additionally call it this way ``` var mySmallipop = $('.myElement').smallipop({options}).init() $('.myElement').on('click touch...
cssAnimations: { enabled: false, show: 'animated fadeIn', hide: 'animated fadeOut' }
I receive the following alert: JQMIGRATE: jQuery.fn.bind() is deprecated
Feature request: display smallipops onload without requiring use of the tour feature.
hi when used for input forms on a small screen (like tablet or phone with almost no space on left or right) of the form or on browser resize with...
Is there any way to have the tool tip stay open until the it's clicked or space outside of tooltip is clicked? Thanks.
Hi, just found this plugin and its great. however if i load a large image into a tooltip that is triggered at the bottom of the page or window, the...
I'm using smallipop (super job btw) on a form wizard. When the user reaches a particular step in the "tour" I'm dynamically expanding a section of the page to show...