Changes between Version 37 and Version 38 of Catalogue


Ignore:
Timestamp:
Jun 26, 2012 11:17:34 PM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v37 v38  
    33
    44{{{ #!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>
    514
    615<style type="text/css">
     
    3544  }
    3645</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>
    4646
    4747<form method="POST">