Can't seem to get the tooltip to display text
Hi guys,
I've got a page that is not loading the text within the tooltip.
Regretfully, the information on the page is still in development and cannot be accessed by the public.
but here's an example of how I'm using it:
<div title="some title" >content</div>
jQuery(document).tooltip({
position: {
my: "center bottom-20",
at: "center top",
using: function( position, feedback ) {
jQuery( this ).css( position );
jQuery( "<div>" )
.addClass( "arrow" )
.addClass( feedback.vertical )
.addClass( feedback.horizontal )
.appendTo( this );
}
},
});
With all the necessary files loaded.
What's really interesting is this page is accessible by 2 separate domains. I am able to see it on the other domain without issue. Please let me know what your thoughts are.
I may be able to show someone the source code on a one-to-one bases, perhaps over IM or e-mail