如何從父級調用子節點節點中存在的javaScript函數?我正在使用jquery選擇器來選擇正確的iframe節點,但不知道如何調用該函數。此外,所需的iframe已使用jquery動態添加。在子iframe節點中調用Javascript函數
例如,iframe是
<iframe id="frameOne" src="http://form_one.html"><iframe>
我需要做這樣的事情
$(#frameOne).submitList();
其中submitList()
是form_one.html功能。
謝謝。
嘗試:http://stackoverflow.com/questions/3672726/make-an-event-happen-in-child-iframe-to-the-parent-window-in-javascript – 2013-05-28 03:50:09