Changes between Version 37 and Version 38 of Catalogue
- Timestamp:
- Jun 26, 2012 11:17:34 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Catalogue
v37 v38 3 3 4 4 {{{ #!html 5 6 <script type="text/javascript"> 7 function recalc(el) { 8 // var price = el.parentNode.previousSibling.firstChild.nodeValue; 9 alert(el.parentNode.nodeName); 10 alert(price); 11 // el.nextSibling.nodeValue = ' = '; 12 } 13 </script> 5 14 6 15 <style type="text/css"> … … 35 44 } 36 45 </style> 37 38 <script type="text/javascript">39 function recalc(el) {40 // var price = el.parentNode.previousSibling.firstChild.nodeValue;41 alert(el.parentNode.previousSibling.nodeValue);42 alert(price);43 // el.nextSibling.nodeValue = ' = ';44 }45 </script>46 46 47 47 <form method="POST">