Need your help in JavaScript # Loading an image automatically without actually changing the url by hand again and again.. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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.

28th Apr 2018, 6:20 PM
CSK
1 ответ
+ 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?
1st Nov 2018, 11:39 PM
Janning⭐
Janning⭐ - avatar