pyquery
pyquery copied to clipboard
Why does `attr` only return a single value?
If I do something like this:
d(".foo").attr("action")
Even if I have multiple elements with class foo, I will only get a single value for this selector.
That's how jQuery works AFAIK