[jQuery] How to append elements with event listener?
I tried to append a table row to a table by clicking on a button. And
inside the table, I put a link so i can click that and remove the row.
I was using jquery.flydom plugin, by the way.
The HTML looks like:
============HTML==============
<table id="PE_Template">
<tr>
<th><a class="removeRow" href="#"><img src="images/12-em-
cross.png" alt="Delete this row" /></a></th>
<td><input type="text" name="label" id="label0" value="" /></td>
<td><input type="text" name="weightage" id="weightage0" value="" /