Appended buttons or span click events generated by using “document” option.
jQuery(document).on(“click”,”#menu-item-1559 a .link_text”,function() {
jQuery(“.pop_up_seo”).show();
});
jQuery(document).on(“click”,”.active_anc”,function() {
jQuery(“.pop_up_seo”).show();
});