php - Refresh Iframe on last viewed page -


im working on basic site editor. view editable webpage iframe , when make changes iframe reloads index page of iframe. how can reload current page , not redirected index page?

im using jquery reload iframe using .click , $.ajax success.

$("#mainframe")[0].src = $("#mainframe")[0].src; 

i found works....

$("#myid")[0].src = $('#myid').contents().get(0).location.href; 

Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -