Open pcicp opened 8 years ago
if 'a' contains children like 'span', 'img', when click these, document.activeElement not 'a' self, breaking also under IE10,9,8. please check.
i change document.activeElement to $(document.activeElement).parents("a").get(), it's fixed
I have the same problem, is there any solution?
I have the same problem
if 'a' contains children like 'span', 'img', when click these, document.activeElement not 'a' self, breaking also under IE10,9,8. please check.
i change document.activeElement to $(document.activeElement).parents("a").get(), it's fixed