Is it possible to get the scrollTop or offSet value of an element inside an iFrame? e.g
$("iframe").contents(".controlPanel").scrollTop();
or any other way possible?
I get a return value of null
Is it possible to get the scrollTop or offSet value of an element inside an iFrame? e.g
$("iframe").contents(".controlPanel").scrollTop();
or any other way possible?
I get a return value of null
Since you addressed that you have no influence over the iframe's content there is no way to invoke JavaScript inside of it. This has to do with cross-domain policies.