[jQuery] problem refreshing an image in a dialog box

2010-02-11 Thread jdgamble555
I am having problems refreshing an image in a dialog box. If I move the div outside of the dialog box, it works fine with this: var img = db_cgi_url + /photo.cgi?do=view;ID= + ID + ; + now.getTime(); $(#myImage).attr(src, img); Unfortunately, this does not work when the div is

[jQuery] Re: problem refreshing an image in a dialog box

2010-02-11 Thread jdgamble555
...? On Feb 11, 10:28 pm, jdgamble555 jdgamble...@gmail.com wrote: I am having problems refreshing an image in a dialog box.  If I move the div outside of the dialog box, it works fine with this:       var img = db_cgi_url + /photo.cgi?do=view;ID= + ID + ; + now.getTime();       $(#myImage