auirtamil8
New Member
Okay , I have a jQuery mobile enabled page loaded inside an iFrame.Normally if i want to detect iframe content change i use :\[code\]$('iframe').load(function(){ //content changed!});\[/code\]But in this case its different , this iframe loaded up a page which has jQuery mobile enabled (its a mobile site). jQuery mobile fetches the html data using ajax from the server. then change the content of the page without reloading. I think its called dynamic content.NOTE: The domain of the page inside iframe is same with the parent window domain.How would I detect this iframe content change then?