You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But since .itemA & .itemB elements have a different structure despite containing the same data, the only way to currently parse those is the following :
Hello,
Let's consider the following HTML :
Out of which I would like to get the following :
But since
.itemA
&.itemB
elements have a different structure despite containing the same data, the only way to currently parse those is the following :(JSFiddle demo)
And then use
[...itemsA, ...itemsB]
.Therefore, I would like to suggest adding an OR query, e.g. :
Which would directly return the desired output.
Additionally, I have the following question : how could I get the
title
property if there was nospan
element ?Thanks
PS : thank you for this library, I dreamt several times for years of finding or creating something like this until I stumbled on it yesterday.
The text was updated successfully, but these errors were encountered: