I’m getting errors when doing .find(“option:selected”) in Zepto.js. Is “:selected” even supported in Zepto? If not, is there an equivalent way to make that work, without reverting to jQuery?
I’m getting errors when doing .find(option:selected) in Zepto.js. Is :selected even supported in Zepto?
Share
From skimming through the docs, I don’t think so. That said, you should be able to do: