PHP Time() Equivalent for Javascript
in jQuery
by Clive Walkden
with 0 Comments
I've recently been working on an jquery ajax file uploader which displays the image when successful. However, the image is cached by the server and wasn't showing the updated image as the names are identical, passing a timestamp in the file url fixed it.
Read more