标签: jquery iframe
iframe和父级位于同一个域中。
这就是我通常会这样做的方式:
$('a').click(function(e){ var href = $(this).attr("href"); alert(href); });
我如何在iframe中检测到?