How do you update/change the tooltip content after its initialized? e.q. $('#button').darkTooltip({ content:'something' }); .... later in the code $('#button').darkTooltip({ content:'something else' }); Thanks,