This way I am showing bootstrap tooltip from my validation function.
var options = { html: true, placement: \'bottom\', title: \'
Use the below code for hiding all tooltips.
$('[data-toggle="tooltip"]').tooltip('hide');
-Help :)