Adding a row to a table in an iFrame with jQuery (live?)
问题 I have a page that is loading an iFrame that has it's source based on what link the user clicks. The iFrame returns a small table that I need to add a row to. My issue is that I need use something like .live or .delegate as the iFrame is not loaded on document.ready. How do I tie the .append to a .live or .delegate on the iFrame load and not a click or mouseover type function? I have tried: $(document).ready(function(){ $('#click').click(function(){ $('#myFrame').attr('src', 'http://iframe