Hello all,
I'm having problem with my javascript for a click event to open a hyperlink.
The hyperlink is to open only if row1 is filled in and a verification checkbox is selected. The table is dynamic allowing the user to add more rows as needed.
My issue arises from the event not triggering for the added rows. Is there a code I can use in order to include the added rows in the click event?
Thank you!