I have been trying, but I simply cannot find out why my bootstrap tooltips won’t work. This is my entire file http://pastie.org/5399296 And here is the link to the page http://pages.nbscraft.net/bootstrap/DonatePage.html But I just cannot get the tooltips to work.
Share
You’re using
$before you include jQuery.Move the following section
to the end of the page:
btw, it’s always a good practice to put all JS at the end of a page.