Is there a way to change the text via javascript?
because this code doesn't work
someone can help me?
Thanks,
Mirco
because this code doesn't work
Code:
$(".tooltip").mouseover(function(){
$(".usermode .tooltip-1:before").css("content", "test");
});
someone can help me?
Thanks,
Mirco