Код: Выделить всё
$tip.find('.help-popover-title')[ $.type(title) == 'object' ? 'append' : 'html' ](title)
Подробнее здесь: https://stackoverflow.com/questions/916 ... uery-doing
Код: Выделить всё
$tip.find('.help-popover-title')[ $.type(title) == 'object' ? 'append' : 'html' ](title)