我有以下代码:
$( 'body' ).replaceWith( '<iframe src="http://google.com" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>' );
它用iframe替换页面的全部内容。但是,如果表单发送了特定值,我希望上面的代码改变其iframe源。
例如:if:
<input name="any_other_value" value="any_value" type="radio">
选中后,上面发布的jQuery代码会显示不同的iframe。
你认为这可以用jQuery实现吗?
答案 0 :(得分:0)
此代码查看是否已选中单选按钮。如果是,则调整src
的{{1}}。
iframe