Displaying 1 result from an estimated 1 matches for "fieldpairs".
Did you mean:
fieldpair
2008 Jan 08
1
HOWTO: Add a new line, Remove new line?
...em.observe(''keyup'', calculate);
});
});
<strong>#my HTML:</strong>
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="calculate.js"></script>
<!-- Some fieldpairs. -->
<div class="fieldpair">
<input type="checkbox" checked="1"/>
<input type="textfield" value="10" />
</div>
<div class="fieldpair">
<input type="checkbox" />
<input type="...