Monday, August 8, 2016

Access an iframe and its contents using selectors

document.getElementById('frame_id').contentWindow.$('#' + idOfElementInFrame);

No comments:

Post a Comment