I am using Twitter Bootstrap--and I am not a frontend developer! However, it\'s making the process almost--dare I say--fun!
I\'m a bit confused about tooltips. The
Simply mark all the data-toggles...
jQuery(function () { jQuery('[data-toggle=tooltip]').tooltip(); });
http://jsfiddle.net/Amged/xUQ6D/19/