如何使用 jquery 遍历一组具有数据属性值的元素?我试过这个... alert(variableName); // 有效
$("SectionATable tr [data-testlog='"+variableName+"']").each(function()
{
alert("sectionA log");
});
萤火虫中没有错误显示....
如何使用 jquery 遍历一组具有数据属性值的元素?我试过这个... alert(variableName); // 有效
$("SectionATable tr [data-testlog='"+variableName+"']").each(function()
{
alert("sectionA log");
});
萤火虫中没有错误显示....