更改对象内容时触发脚本

时间:2017-08-15 14:53:12

标签: javascript jquery html

我在尝试更改对象src时启用按钮。 到目前为止,这是我尝试使用的代码,但我不知道它为什么不起作用。

<object id="obj" type="text/html" width="100%" height="500px" onchange="$('#btvoltar').attr({'style':'display:normal'});"></object>

以及

<button type="button" style="display:none" id="btvoltar" onclick="window.history.back()" class="btn btn-default pull-left">Voltar</button>

1 个答案:

答案 0 :(得分:0)

使用display:block,没有任何名为display:normal

的内容