Enter your old qTip 1.0 configuration object here i.e. the object in between the .qtip() function:
{ content: 'Hello! Tooltips...', position: { corner: { tooltip: 'topRight' } }, style: { name: 'blue' } }
Enter your old $.fn.qtip.styles objects here e.g.
$.fn.qtip.styles.myStyle = { name: 'blue', fontSize: '1.4em', backgroundColor: 'white' }; $.fn.qtip.styles.style2 = { name: 'light', fontFamily: 'serif' };
