Your copy of ddimgtooltip.js has been edited or has become corrupted. Here (highlighted line edit/corruption red):
Code:
createtip:function($, tipid, tipinfo){
if ($('#'+tipid).length==0){ //if this tooltip doesn't exist yet
return $('<div id="' + tipid + '" class="ddimgtooltip" />').html(
'<div style="text-align:center"><img src="../../../' + tipinfo[0] + '" /></div>'
+ ((tipinfo[1])? '<div style="text-align:left; margin-top:5px">'+tipinfo[1]+'</div>' : '')
)
.css(tipinfo[2] || {})
.appendTo(document.body)
}
return null
},
and perhaps other places.
If you don't know how this happened and/or cannot fix it, get a fresh copy from the demo page. Edit it only in a text only editor like NotePad.
Bookmarks