How to find parent with a specific class?
Get element in js, of course in manual I can find the desired item via e.target.parentElement parentElement and to prescribe until I find the desired item, but is it possible to choose parentElement with a certain class or a certain attribute?
1 answer
Find more questions by tags JavaScriptjQuery