This is what worked for me on a page that had multiple iFrames: $(function() { $('iframe').each(function(index) { $(this).load(function ...
確定! 回上一頁