I would like to know if a comment can be written using JavaScript.
The remark will look as follows:
<div id='ContainerId'>
<b>1,107.45 GBP</b><br />
</div>
I need to store this value (in this case 1107.45) inside a variable.
This does not work:
var LLF = jQuery("contains('LLF')");
Any ideas?
Thank!
fedxc source
share