HTML
<li id="li-tip-line">
<table>
<tbody><tr>
<td>
<label for="lblTipLine" data-petkey="dog">Dog Tip Line Amount :</label></td>
<td>
<input type="text" name="tip-line-amount" id="tip-line-amount" value="0.00" class="cls-tip-line-amount"></td>
</tr>
<tr>
<td>
<label for="lblTipLine" data-petkey="bruiser">Bruiser Tip Line Amount :</label></td>
<td>
<input type="text" name="tip-line-amount" class="tip-line-amount" value="0.00" class="cls-tip-line-amount"></td>
</tr>
</tbody></table>
</li>
UI

My Question
When user clicks the 'paid' button,need to send the "data-petkey" value and the "tip-line-amount" as an array ? How can I do that ?