Ok so if I was hand coding this it would work fine but for some reason it doesn't wok in edge ? here it is
sym.$("#Stage_Info_Facebook img").click(function() {
sym.$("#Stage_Info").hide();
});
For some reason it doesn't work?
there is method to the madness I need the img inside the div to be clickable not the actual div itself
Any idea's?