how call function after click href to another link loaded – Jquery
hello i need some function going to run after a link before another page. for example. this is main.html <div> <a href="another.html" onclick="linkPopup()" target="_blank" title="popup"></a> </div> and when click tag. another.html loaded and open popup inside in function exist already…