I use the span tag within the link so I can hide the text using display none.
Problem with this is, I cannot get the tooltip to work using
:
var tooltips = $("[title]").tooltip();
Can anyone please tell me how I can get the tooltips to fire up using my markup above?
Many thanks