2022年5月25日 星期三

jQuery Table AddRow plugin

0

Enter Your Information (Max 3 Email)
Email
Email

# 
<table border="1">
<tr><td colspan="3">Enter Your Information (Max 3 Email)</td></tr>
<tr><td>Email</td><td><input type="text" size="24"/></td>
<td><input type="button" class="delRow" value="Delete Row"/></td></tr>
<tr><td>Email</td><td><input type="text" size="24"/></td>
<td><input type="button" class="delRow" value="Delete Row"/></td></tr>
<tr><td colspan="3" align="right">
<input type="button" class="addRow-Max3" value="Add Row"/></td></tr>
</table>
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/jquery.table.addrow.js"></script>
<script type="text/javascript">
(function($){
 $(document).ready(function(){
  $(".addRow-Max3").btnAddRow({maxRow:3});
  $(".delRow").btnDelRow();
 });
})(jQuery);
</script>
jQuery Plugin Source Code
# 



http://www.examplet.buss.hk/jquery/table.addrow.php

0 意見:

張貼留言