SyntaxFix
Write A Post
Hire A Developer
Questions
I solved it by doing like this:
$('#filecontainer').load(function(){ var iframe = $('#filecontainer').contents(); iframe.find("#choose_pics").click(function(){ alert("test"); }); });