Is there a way to detect if content of my iframe has changed?
My workaround is I have a loop which constantly check for the height of the content it effective but not efficient is there another way of doing this?
|
Is there a way to detect if content of my iframe has changed? My workaround is I have a loop which constantly check for the height of the content it effective but not efficient is there another way of doing this? |
|||||
|
|
Since the contents of the iframe has a separate
You could also use |
|||
|
|
pure javascript is OK.didn't need jquery. |
|||
|
|
|
this solved the problem : iframe code:
parent page :
|
|||
|
|