Hi,
I somehow got it to work. I just deleted the image object I had and then replaced it with a new one and it works now
Hi,
I somehow got it to work. I just deleted the image object I had and then replaced it with a new one and it works now
The second image is the js for the event of query success
Thank you! This is exactly what I needed
I'm wondering if it is possible to save information that a user has entered so that it is available the next time they use the app. My goal is that the user only has to log-in the first time they use the app so that every time after they won't need to re-enter the information
I figured it out. I used localStorage.getItem() and saved it to var2 and saved the first half of the path to var1. Then I used var1.concat(var2). Thank you for all the help!
I should be more specific, I'm using concat() to append my path string, but I can't figure out how to call the local variable that I have the file name stored in.
After the success of a service, I am launching a java script to change the picture.
And thank you, the databaseID was what I was missing. It's loading the file now.
If I were to use a variable for the file name, how could I add that to the end of the rest of the path string?