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