in my work (intranet). I have an aspx page that has a lot of iframes (all ours).
each iframe is installed (js / jquery) by btnX (there are many buttons on the aspx page ... some src set for iframes - some not).

notice: progrssBAr is on the main page ...
target: progressBar while iframe is loading ...
code: (first myPageWrapperis display:none)
$('#myPageWrapper').on ('load','iframe',function () { $("#myProgressBar").hide();});
2 problems:
- I can listen to the iframes download completion event. but what about the
showingprogfressbar? I don't want to edit all btn "onclick" events - is there any centralized solution for this [using jquery]?
I need something that does:
", btn src iframe-show myProgressBar"
- : iframe A 2 () - , ,
src iframe B - ... - ProgressBar ( ) - , ... A didnt ....