
Originally Posted by
Beverleyh
This will apply the tooltip to all <a> tags that have a title attribute.
Code:
<script type="text/javascript">
$(function(){
$('a').aToolTip({
fixed: true
});
});
</script>
You know I thought that it would be something this simple, and I do feel stupid for not thinking about changing it like that 
I am so used to plugins that are so hardcoded to where if you change one little thing the entire plugin breaks.
An inline div is a freak of the web and should be beaten until it becomes a span
Bookmarks