This way I am showing bootstrap tooltip from my validation function.
var options = { html: true, placement: \'bottom\', title: \'
this will help close tooltip at any button, any id
$(document).on("click","button",function(){$(this).trigger("blur")})
$(document).on("mouseup","button",function(){$(this).trigger("blur")})
$(document).on("mousedown","button",function(){$(this).trigger("blur")})
Tooltip will close button's tooltip on button click