Hey JS masters!
Does someone know if is possible to create an array with the .w-dyn-item?
I’d like to manipulate some css elements but on their particular order.
Tks in advanced ![]()
Hey JS masters!
Does someone know if is possible to create an array with the .w-dyn-item?
I’d like to manipulate some css elements but on their particular order.
Tks in advanced ![]()
What do you mean? Like this?
var items = $('.w-dyn-item');
Jess!!! Tks @samliew ![]()
Not sure why the array came duplicated but I sorted out.
Cheers