CLOSE
Share |

Accessing the <span> tag content from JavaScript

Hi again ! For a recent project, I had to use the power of Javascript to obtain the &lt;span&gt; tag content. The first thing that came to my mind was by using the Javascript innerText property, but this was a bad idea. It seems that IE, Crome and Op...

read more
Close