Hello
I've the following code:
var arr = document.id(document.body).getElements('a[href$=mp3]');
console.log(arr.length); // RETURNS 6
console.log('JSON: ' + JSON.encode(arr)); // RETURNS JUST []

what am I missing?

Thank you

Reply via email to