Ok looked into it and found the issue, i was adding placeholders with the text from the label. Double quoted and solved the issue.
$('label[for=" ' + el.id + ' "]')
Ok looked into it and found the issue, i was adding placeholders with the text from the label. Double quoted and solved the issue.
$('label[for=" ' + el.id + ' "]')