> > I need to send a fresh request for image every time my code sets the src. > Any workarounds? > Simplest solution is a so called "cache buster" which is a random string in the url. For most intentions and purposes, simply appending '?'+Math.random() to the end of the url will do the trick. (Note that it should be '&' if there are already parameters appended to the url).
- peter -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
