$.each()

// replace myData with array
for(var input = myData, key = 0, val = input[key]; key < input.length; key++, val = input[key]) {
 console.log(key,val)
}

DOM Selector

document.querySelectorAll(%strSelectors%);

 

Hinterlasse eine Antwort

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind markiert *