Adding functional capabilities to my jquery plugin
问题 I'm writing a jquery plugin. The purpose of the plugin is to scan a table with 1 row of inputs and create the capability to add new rows of similar inputs. Then, when any of those inputs are changed, the plugin will scan all the inputs in the table and generate a JSON string and put that string into a hidden input. I create the plugin with a line of code like this: jQuery("#reports").multiSubmit({ table : "reports", input : "reportSelections" }); Now, I need to add the capability to add a new