Jquery and adding row to table

后端 未结 2 800
小蘑菇
小蘑菇 2020-12-30 09:48

I have the following jquery code.

var destTable = $(\"#numbers\");
$(document).ready(function() {
  $(\"#btnAdd\").click(function() {
   //Take the text, and         


        
2条回答
提交回复
热议问题