$(“#MasterList tr”).each(function () {
if ($(this).find("input:eq(0)").val() != '') {
why $(this).find(“input:eq(0)”).val() is showing undefined
when $(“#MasterList tr”).find(“input:eq(0)”).val() is showing ” which is ok
and same code perfectly working on older version of jquery
i am expecting $(this).find(“input:eq(0)”).val() is showing ”
New contributor
Nil S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.