Hello! My name's , I'm using qTip at http:// and I think it's !

Note: Points will be deducted for bad grammar and spelling... and sentences that make no sense!

Code converter

v1

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'
	}
}

Your options object

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'
};

Global style objects

Converter settings

  • Use ID for CSS

    If the options include an id, use it to reference the qTip in the CSS stylesheet.
  • Use ID for additional code

    If the options include an id, use it to reference the qTip in additional code e.g. API binds

v2

New options object

Extra code

Stylesheet

Messages