Changes between Version 39 and Version 40 of Catalogue
- Timestamp:
- Jun 26, 2012 11:22:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v39 v40 6 6 <script type="text/javascript"> 7 7 function recalc(el) { 8 // var price = el.parentNode.previousSibling.firstChild.nodeValue; 9 alert(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue); 8 var price = parseFloat(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue); 10 9 // el.nextSibling.nodeValue = ' = '; 11 10 }