basically I am trying to load some PHP into a DIV using JS. Using this code:
$('#preview').load("includes/event_image_crop.php?img=" + fname);
However, its not just putting the fname string in there its adding a random string too like this &_=1369168657782
Any ideas?
Thanks