In my script i’m looking for the DIV which has class .se and has style attribute display: block, and i need the DIV‘s ID.
My method is wrong 🙁
var usedse = $(".se"):has(css('display', 'block')).attr("id");
Could you help me please to fix this?
I’d recommend this: