Changes between Version 38 and Version 39 of Catalogue


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Catalogue

    v38 v39  
    77  function recalc(el) {
    88    // var price = el.parentNode.previousSibling.firstChild.nodeValue;
    9     alert(el.parentNode.nodeName);
    10     alert(price);
     9    alert(el.parentNode.previousSibling.previousSibling.firstChild.nodeValue);
    1110    // el.nextSibling.nodeValue = ' = ';
    1211  }