2014-12-04 87 views

回答

0

Bootstrap popovers

$(this).popover({ 
    title: node.name, 
    html: true, 
    container: 'body', 
    placement: 'right', 
    delay: {"hide": 200} // as per the docs. Should require the quotation marks.... Try without if not hehe.... 
});