我有两页...
main.php 在该页面内我有一个 iframed 页面 subpage.php
在 subpage.php 我有以下 jquery:
$('#month').on('change', function() {
alert( this.value ); // or $(this).val()
});
出于某种原因,我没有收到任何警报。
iframe 中的代码是否必须不同?
我怎样才能得到这个工作?
我有两页...
main.php 在该页面内我有一个 iframed 页面 subpage.php
在 subpage.php 我有以下 jquery:
$('#month').on('change', function() {
alert( this.value ); // or $(this).val()
});
出于某种原因,我没有收到任何警报。
iframe 中的代码是否必须不同?
我怎样才能得到这个工作?