I have a div that has some anchors or buttons generated in it, depends on the situation, i need a foucsout event that would detect if some of the div elements got clicked, if not i need to do some logic
i tried this in the focusout event
$('.navigate-modules-li').find(':active').length == 0
and it works for chrome but not on firefox. :focus and :selected did not work
any ideas? thanks.