it is not selector so you don't need to do $(ParentClone) as it is already jquery object just use it ParentClone.find(....)
ParentClone.find('input').each(function() {
Solution 4:
For the incremental name value, you need to cast the number of rows as string when you define it, then it will concatenate as desired when defining the name attribute. Replace your Rows defintion with this:
Post a Comment for "Jquery Insert Row With Row Number In Names"