Posts by Jonathas Morais • 16 points
1 post
-
0
votes2
answers288
viewsA: How do I make iframe "clickable" anywhere on the page?
If I understand the question correctly, an option would be you can look at the onClick event on the body, for example: $(document).ready(function() { $('body').on('click', function(ev) {…