jquery - Image reloading -


i reloading image after upload , showing in jquery following code:

    $('#profile_pic').empty().append('<img src="'+user.data.thumb+'">'); 

if console.log(user); shows user->data->thumb new upload url.but if check

this console.log(user.data.thumb) show me previous image url , due image not reloaded. please help.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -