以下是单击单词时启动的代码。
function whatsNew(){
$(document).ready(function(){
$('#news').tooltip();
});
$(document).ready(function(){
$('#whatsNew').popover({title: "<h4>Version 2.6</h4>", content: "<h5><b> <em>Now you can view images specific to news", html: true, placement: "auto bottom", animation: true});
});
};