I want to add a click event to an iframe. I used this example and got this: $(document).ready(function () { $('#left').bind('click', function(event) ...
確定! 回上一頁