So, I’m pretty new to MooTools(love it by the way) and I’m having some trouble using(or should i say trying to use) the Tips class.
I couldn’t get them to work, so I went searching on the MooTools forums and the solution for most Tips problems seems to be:
window.addEvent('domready', fuction(){
var myTips = new Tips($$('.toolTipElement'), {
timeOut: 700,
maxTitleChars: 50,
maxOpacity: .9
});
});
However, even after trying that code(direct copy and paste), I get the same error "missing ) after argument list".
Anybody had this problem before or know what's going wrong?
I’ve posted on the MooTools forum and I’m getting nothing from there. ANYBODY please help. My production time is down BAD because of this.