3
কীভাবে আমি সনাক্ত করতে পারি যে একটি আইফ্রেম লোড হয়েছে কিনা?
ব্যবহারকারী একটি বোতাম ক্লিক করার পরে কোনও আইফ্রেম লোড হয়েছে কিনা তা আমি খতিয়ে দেখার চেষ্টা করছি। আমার আছে $('#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 …
101
javascript
jquery
html
iframe