Search for:

HAVESON FLORVIL ENTREPRISES, 37, Rue Bourbon, Ouanaminthe, Haiti. Tel.: (+509)2209-0818 / 3338-6411 (whatsapp)

My Example

// Initialize tooltip component
$(function () {
$(‘[data-toggle=”tooltip”]’).tooltip()
})

// Initialize popover component
$(function () {
$(‘[data-toggle=”popover”]’).popover()
})