Joep, try changing this
to
Others may also comment on whether .one is better than .on
Code:
$('iframe').load(function() {
Code:
$('iframe').on('load', function() {
Custom JavaScript examples
|
« Next Oldest | Next Newest »
|