I created a bootstrap confirmation for my link:
<a data-toggle="confirmation" data-title="Delete work order[![enter image description here][1]][1]?"
href="##"><img src="./img/delete.png" height="15" ></a>
And the JS:
$('[data-toggle=confirmation]').confirmation({
});
Everything is working fine, but the delete and cancel icons are not showing (image below). Why is it now showing? Is there a way to remove this icon and just display the buttons with its label?
Thanks
First ensure that you have all the 3 files below were included in your page. especially the css file which contains the font.
The Image did not show because you have referenced the full links of the actual directory where it resides.
Something like this can give you a clue
or you can also try adding two dots (..) to get retrieve deeper.
Mean while bootstraps has many beautiful gliphyicons that you can integrate without using images
You can try this directory with bootstrap glyphicons
More refrences on Boostraph Gliphyicons can be found here https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp