asked on March 30, 2021
I have a table with 5 rows and 2 rows showing when the page loads. I'm using javascript to fill in the first column of the rows and I need some code to set the dropdown value of the second column to "E-mail Address" but I haven't been able to figure it out. I've tried the following code but it hasn't worked.
$('input[id="Field59(2)"]').val("E-mail Address"); $('select[id="Field59(2)"]').val("E-mail Address"); $('input[id="Field59(2)"] select').val("E-mail Address"); $("#Field59(2) select").val("E-mail Address");
0
0