Never mind. I figured it out. The default was hover because another block
of code was getting executed first, "$target.tooltip('hide');". I was
attempting to check if tooltip existed first as well, which was a stupid
move because this always proved to be true, so the code executed. It looks
like you guys are handling this anyway in the plugin definition by checking
the data for the element.

On Sat, Sep 1, 2012 at 10:39 AM, Jason Strimpel <jstrim...@gmail.com> wrote:

> Leave and enter are being called. Should that really affect 'manual'
> tooltips?
>
>
> On Sat, Sep 1, 2012 at 10:26 AM, Jason Strimpel <jstrim...@gmail.com>wrote:
>
>> If I set the trigger option = manual on a text input the tooltip still
>> only renders when I hover over the input. I would expect the tooltip to
>> persist until I called 'hide'. Is this the expected behavior? If yes then
>> what is the point of 'manual'? Am I doing something incorrectly?
>>
>> if (!$target.tooltip) $target.tooltip({ trigger: 'manual' });
>> $target.attr('data-original-title', verdicts[i].msg);
>> $target.tooltip('show');
>>
>
>

Reply via email to