Reading label Id
- by user281180
Im having a table in which im creating a label dynamically.
'<td>' + '<label for="Name" id = ' + value + '>' + text + '</label></td>'
I want to retrieve the id of the label and I`m doing the following which is not working:
How can I get the Id of the label?
function ReadNames() {
$('#Table…