You can show and hide smallipop via manual calls. Only the first element found in the selectors result will be triggered.
$('.myTrigger').smallipop('show');
$('.myTrigger').smallipop('hide');
Removing smallipop from elements is also possible.
$('.myTriggers').smallipop('destroy');
Update the content of a smallipop while it's visible.
$('.myTrigger').smallipop('update', 'Test');
© 2012-2013 by Small Improvements