所以我想检查是否有任何 li 元素具有“data-foo”属性并且其值为“bar”。
这行得通吗?:
if ($('li[data-foo=bar]'))
{
//exists
}
else
{
//does not exist
}
谢谢
所以我想检查是否有任何 li 元素具有“data-foo”属性并且其值为“bar”。
这行得通吗?:
if ($('li[data-foo=bar]'))
{
//exists
}
else
{
//does not exist
}
谢谢