Tooltip - different options for different elements

Tooltip - different options for different elements

Hello,
is possible to have different tooltip options for different elements? For exaple .quick-tooltip class will have delay 0 but default tooltip has this option set to 250? It is ajax application so $(".quick-tooltip").tooltip() will not work.

I know I can create tooltips live with $(document).on() function but I am wondering if there is simpler way to achieve this behavior.

Thanks