I try to set image src in JavaScript file whit this code :
p3GalleryBp.src = "/Uploded/foo.jpg";
when run my page, image src is empty and when inspect the image see a message in the end of image tag :
==$0
but when i use jquery it work fine, anybody know how i solve this problem?