Good morning,
I'm trying to find a way to remove all but the first row in a table when a radio button is clicked. Let's say that I have radio button Yes/No and if I click Yes, a table is populated from a Lookup Rule with various values. If I click No I'd like to remove all the rows in the table, except for the first one.
I'm trying to work with $('.some input').change(); and other quick workarounds, but was wondering if there is simply a quicker method to empty all the rows, but the first one.
Will keep trying.
Thank you,
Raul Gonzalez