i was succesfully using (undocumented) toleranceElement option of sortable for nested lists to prevent flickering. But it seems that in 1.10.3 this stop working, if I try to inicialize sortable with this option, it breaks JS of my page.
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.