mercredi 31 août 2016

Call Javascript Specific Function from external file with same name that other

I have a custom function named tooltip() for another issue but I need to use the tooltip() function of bootstrap.

How could I call those specific tooltip() function of bootstrap?

Executing this I am calling mi local function tooltip():

$('[data-toggle="tooltip"]').tooltip();

Thanks

Aucun commentaire:

Enregistrer un commentaire