Changes between Version 41 and Version 42 of Catalogue
- Timestamp:
- Jun 26, 2012 11:28:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v41 v42 6 6 <script type="text/javascript"> 7 7 function recalc(el) { 8 var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue );8 var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue.replace('\s', '', g)); 9 9 alert(price); 10 10 // el.nextSibling.nodeValue = ' = ';