javascript - JQuery-bPopup Remove the old page from the popup and load a new page in same -
in jquery bpopup, how can remove old page popup , load new page in same popup without closing it?
i have tried following 3 things, still no success:
- applied anchor tag in child page, opens new page in parent page
- applied $('.popup_content').bpopup({...}); in child page, opens new page along previous page, both page there in 2 rows.
- put 4 divs popup in parent page, , called bpopup() seperate popup divs in child pages. works well, keeps open overlay of old page.
try function:
function fnpopupclose1() { var popup = $('.popup1').bpopup(); popup.dispose = true; popup.close(); }
Comments
Post a Comment