-3

I am having troubles changing text of a span class on a website. I've tried many things but nothing is happening. What i want to do is to change from value 0 to 245.

<td>Coins: <span class="myCoins">0</span></td> 

This is link to the compiler Fiddle

0

1 Answer 1

1

Use Jquery $('.myCoins').text(252)

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.