Trying to figure out why my Slick query wont work:
This returns the info I want:
console.log($('game').getElements('div'));
This does not:
console.log($$('game ~~ div'));
How can I write a query to get all the div's after <div id="game">?
Trying to figure out why my Slick query wont work:
This returns the info I want:
console.log($('game').getElements('div'));
This does not:
console.log($$('game ~~ div'));
How can I write a query to get all the div's after <div id="game">?