Closed antonsoroko closed 7 months ago
7 is sort by seeds.
7
since we use eval (and item is just a variable name of "row" that was found) - i decided to use different approach: find td and then take a inside of td, instead of finding all a in row and specifying order=.
eval
item
td
a
order=
7
is sort by seeds.since we use
eval
(anditem
is just a variable name of "row" that was found) - i decided to use different approach: findtd
and then takea
inside oftd
, instead of finding alla
in row and specifyingorder=
.