I have jquery tabs, in which one tab has an iframe and the other has some settings for the content in the iframe.
When i update any content in second tab, how can i make it to reflect in the iframe of first tab.?
From stackoverflow
-
Have you tried calling
location.reloadon the iframe?Prasad : i have used the code, $('#myiframe').attr('src', sourcepath);
0 comments:
Post a Comment