jquery to select option data and value when each dropdown has dynamically created id
I need to auto populate the form based on the dropdown selection. I have multiple dropdown section with dynamic id. How can I use jquery to target dynamic id to get the both option value and data attribute to fill the input text area. I can get the value for predefined id but can’t trigger … Read more