Posts by user13345 • 1 point
1 post
-
0
votes1
answer183
viewsQ: .load does not work if element is already loaded
I have the following problem. am using . load to perform an action after loading an iframe $(document).ready(function() { $('iframe').on('load',function() { $('#diviframe').fadeTo(200,1); }); });…