asked on January 25, 2018
Hello,
I have a table in Forms and a dropdown in one column with ID Field 6. I have the below code to alert me on blur for first and second row of the table. In Forms 10.2, it does not alert me for second row change. Did this behavior change in Forms 10.2 please?
$("#Field6\\(1\\)").blur(function()
{
alert('Row 1');
});
$("#Field6\\(2\\)").blur(function()
{
alert('Row 2');
});
Thanks
Priya
0
0