Targeting an iFrame once with jQuery
- by user275074
Hi,
I have a series of frames (4) which are used in a page to create loading of dynamic content through Ajax calls.
In each of these frames I target parent level elements and update them with there respective content e.g.
$("#loadingGrid1",top.document).show();
$("#frameSkills",top.document).hide();
In jQuery is there a way to instead of…