I would like to update the following:
<a data-fb="4dfsdgdsgsdfgsdfgcf08" class="fb-like" href="#">
<span class="like-icon">Likes:</span> 10</a>
I wish to update the value '10' with a result returned from a web service, I have the result stored in a variable called fbNumber. The data-fb attribute is unique so I wish to search for this and update the value.
data-fbvalue is unique, why not use theidattribute and usegetElementById()to reference it? – Jack May 28 '12 at 6:28