I would like to conditionally change the background image of my Cluetips during run-time via jQuery. I use 'rounded' as cluetipClass.
I thought this would do the trick:
$('.cluetip-rounded').css("background", "url(infobox_left.png)");
But in the Chrome Developer Toolbar, I can see that the CSS settings are completely untouched.
How can I change the cluetip CSS-settings?
Best, David