I'm building a simple web page that gathers information to display from an outside web site.
I just need to know the technique to grab a figure that's constantly changing, in this case a dollar value, so that when I refresh my page, the figure is updated to the current value from the external site.
I'm not well versed on JavaScript or Ajax operations. I've only been working with HTML an CSS.
The code I'm looking for is not viewable in the source is it, this is all I get when I highlight the figure and view the source:
<span id="user_assets" class="assets_5429254421 cash">$54,657,838,181</span>
I just need to know the technique to grab a figure that's constantly changing, in this case a dollar value, so that when I refresh my page, the figure is updated to the current value from the external site.
I'm not well versed on JavaScript or Ajax operations. I've only been working with HTML an CSS.
The code I'm looking for is not viewable in the source is it, this is all I get when I highlight the figure and view the source:
<span id="user_assets" class="assets_5429254421 cash">$54,657,838,181</span>