var fstName=$(elm).find(".fstName"); var fstNameTxt=fstName.children("input").val(); alert(fstNameTxt);
alert($(elm).find(".fstName input").val());