I have used GD library function to color my images using coordinates marked with the help of jquery editor. the problem i am facing is all these coloring in done using ajax on the same image which needs to displayed on the page. And i have replaced the image of that particular div using jquery.
$('.Plot_left img').attr("src" , "");
Even though i have appended timestamp in the image src iam not able to see the output at the first load. I need to refresh multiple times to see the desired output.
Is there any other solution for this.