Im trying to append an img right after a piece of text. Im using ’embedly’ to load news items, so I have to perform on window load. Its really simple: JsFiddle
I cant figure out why its not working. I have tried many combinations and events(after,Insert etc) nothing seems to work.
You should use
.aftermethod.A fix to your demo.
But, use
setTimeoutis not a good idea, you should set the callback option as the plugin provide.