Tooltip using data- attribute

Tooltip using data- attribute

Hi:

I am trying to use the new tooltip widget on elements that do NOT have a title attribute, but have a data-tooltip attribute. I though this would be the correct initialization, but it does not work. 

$(document).tooltip("option", "items", "[data-tooltip]" );

What is wrong here?

Thanx