If you really want to remove it from DOM, there is removeChild method you could invoke on the parentNode of your image element. This should do it: var el = ...
確定! 回上一頁