मैं यह जांचने की कोशिश कर रहा हूं कि क्या उपयोगकर्ता बटन क्लिक करने के बाद एक iframe लोड किया है या नहीं।
मेरे पास है
$('#MainPopupIframe').load(function(){
console.log('load the iframe')
//the console won't show anything even if the iframe is loaded.
})
एचटीएमएल
<button id='click'>click me</button>
//the iframe is created after the user clicks the button.
<iframe id='MainPopupIframe' src='http://...' />...</iframe>
कोई सुझाव?
वैसे, मेरा आइफ्रेम गतिशील रूप से बनाया गया है। यह प्रारंभिक पृष्ठ लोड के साथ लोड नहीं होता है।
क्लिक करें
—
विक्टर एस।