我想查找並替換DOM中的onCLick
事件中的一段文本。我試過jQuery find
contains
可能會更多,但沒有人工作。你能幫忙嗎?有使用相同的「類」多的onclick事件,所以我想先來說一下Click OK to cancel this booking.
,然後用`替換他新的一段文字在這裏」中使用jQuery更改html onclick值
這是我
`<a href="#" class="replaced_btn" onclick="return confirm('Click OK to cancel this booking.');"></a>`
我希望它改變了這個 <a href="#" class="replaced_btn" onclick="return confirm('The New Piece Of Text Here');"></a>
你就不能更改HTML? –
不可以。這是從另一個js文件動態生成的 – nasty
http://stackoverflow.com/questions/14365731/changing-onclick-attribute-using-replace-with-jquery –