Also es ist völlig egal was ich mache.
Beispiel
$("*").data("atr","1");
var el = $( "*[data-atr]");
console.log(el.length); // ERGEBNIS 0
var el = $( "*");
console.log(el.length); // ERGEBNIS 5
Also es ist völlig egal was ich mache.
Beispiel
$("*").data("atr","1");
var el = $( "*[data-atr]");
console.log(el.length); // ERGEBNIS 0
var el = $( "*");
console.log(el.length); // ERGEBNIS 5