alert($("#bottomTbodyTable tr [data-testlog]").length); // display value 0
alert($("#bottomTbodyTable tr").data("testlog")); // display the correct value
この属性の表示中に明らかに値がある場合、値 0 を理解できません。
alert($("#bottomTbodyTable tr [data-testlog]").length); // display value 0
alert($("#bottomTbodyTable tr").data("testlog")); // display the correct value
この属性の表示中に明らかに値がある場合、値 0 を理解できません。