+ 11
Need your help in JavaScript # Loading an image automatically without actually changing the url by hand again and again..
$(document).ready(function() { var rows = 4, columns = 4; load(rows,columns,"http://i.computer-bild.de/imgs/wallpaper/6/1/5/5/7/8/0/Neckartal-650x488-6e1eb7a79f41a7ff.jpg"); this is a part of the javascript code that I am working on. I am in need of the code in which we can open gallery on phone and the (chosen )image's storage location should replace the previous link when we choose a photo/image from the gallery. It is difficult to actually paste the image location manually again and gain. Thanks in advance.
1 Odpowiedź
+ 1
Not sure if I'd be much help, but just to understand the question better, you're just trying to change the URL or fragment identifier as chosen from an array?