I am using a jQuery Mask on one column of a table and it works perfectly on the first row, but not on any additional rows that are added. The additional rows will report "Invalid Input" if you enter data that does not fit the pattern (so the regular expression portion is working), but it does not put the data into the mask format like it does in the first row.
Is there any way to get it to apply the mask to additional rows in a table?
Thanks - Jim