Hi JQuery Gurus,

I'm serving images dynamically as <img src="/images/next" /> where
when /images/next is accessed my server side controller returns a new
image as Content-Type: image/jpeg byte stream. This is all fine until
I wrap it with <div id="to-be-updated-by-ajax"><img src="/images/
next" /></div> and wish to use AJAX to update it. It seems that since
the <img ... /> portion never changes, even when it _is_ coming from
server upon every AJAX request, my page never changes in the browser.

Any pointer would be greatly appreciated!

Cheers,
Jerry

Reply via email to