Hi Guys
I'm having difficulty replacing the text of a link with new text.
I have the following line
$('#myLink').text("UpdateValue");
This used to work before until I made a change to fix something that should have never been broken.. and now this is appending text & not replacing it.
Can somebody please confirm that it should replace the existing text, and not append the text to the existing text? Or am I going nuts??!!
Thanks
(Crazy) Dave