Changes between Version 34 and Version 35 of Catalogue
- Timestamp:
- Jun 26, 2012 11:15:07 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v34 v35 38 38 <script type="text/javascript"> 39 39 function recalc(el) { 40 var price = el.parentNode.previousSibling.firstChild.nodeValue; 40 // var price = el.parentNode.previousSibling.firstChild.nodeValue; 41 alert(el.parentNode.previousSibling.firstChild.nodeName); 41 42 alert(price); 42 43 // el.nextSibling.nodeValue = ' = ';