'format jquery ui slider tooltip - class not used

I try to format a tooltip but the class does not seem to be used anyhow. here is my fiddle:

https://jsfiddle.net/laloune/mp97630b/20/

I used the following in the tooltip properties:

classes: {
        "tooltip": "testMe"
      }

and defined the class accordingly. Is it actually possible to append a class this way ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source