How to force browser reload single element of the page ('src' in my case, or 'div', no matter)? Using this code:
$("div#imgAppendHere").html("<img id=\"img\" src=\"/photos/" + recipe.id + ".png\" height=\"60px\"/>");
It changes page source, but not reload changed element. How to do it? Thanks in advance.
recipe.jpg?_=148858838