[jQuery] Re: image caching problem

2009-01-08 Thread Janis
Note, that your images will not be cached

[jQuery] Re: image caching problem

2009-01-07 Thread Thomas
Ok, thanks! I accept it! :) On jan. 7, 16:00, MorningZ wrote: > try to append the time (something unique from the last) on the URL > > so if you had: > > > > then setting the src to something like > > $("#somethin").attr("src", "user1.jpg?x=" + new Date()); > > should do the trick > > . > On Ja

[jQuery] Re: image caching problem

2009-01-07 Thread MorningZ
try to append the time (something unique from the last) on the URL so if you had: then setting the src to something like $("#somethin").attr("src", "user1.jpg?x=" + new Date()); should do the trick . On Jan 7, 9:41 am, Thomas wrote: > Hi folks! > I have a simple profile image upload scri