I am trying to animate the html part of a tag ( <font id="test" size="7">This Text!</font>
) using jQuery's Animate function, like so:
$("#test").delay(1500).animate({text:'The text has now changed!'},500);
However nothing happens, it does not change the text.
How can I do this? Thanks!
Aucun commentaire:
Enregistrer un commentaire