tooltip

$('#pop_latest').tooltip({
    placement: 'bottom',
    html: true,
    title:'<div><h4>扫码体验</h4><p><img src="......" style="width:200px;" ></p></div>',   
});