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
Simple use of this:
tooltip
Using jQuery:
$(document).ready(function(){ $('#mytooltip').tooltip(); });
You can left side of tooltip u can simple add this->data-placement="left"
this->data-placement="left"