Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

localstorage

  1. D3x73r

    JavaScript Shopping cart problem -localstorage

    Hello guys, I cant find problem why my javascript isnt working. Problem is I think with localstorage, when I reload webpage content in cart-box should stay there but it only save first content-box that I added to cart, others disappear but their value like $ stay in total amount . And other...
  2. dorianu

    Need advice with getting a paid product from an api

    I'm working on a wordpress site that has a bunch of forms. I need to send the submitted form data to an api, in return I get a product. The products are charged by credits that I have on a account. Before I request the product from the api, I have to charge the user. The checkout page is done on...
  3. ~prop

    JavaScript localStorage.setItem(); is considered undefined

    Hello. I have a problem with my code in JS. I am trying to make new user by reading the input prompt (first function) and saving it into the local storage (second function) but it doesn't seem to work, once I open the project in live server by Visual Studio Code and try to make new user, it...
  4. dimer16

    JavaScript Make Delete and Edit Buttons Work

    Please help me to finish my To Do App: Add click event on button “Remove” - So that by click on button "REMOVE" created item would be removed from localstorage as well. Add click event on button “Edit” - So that created item could be edited in localstorage as well. Thank you a lot for your time...
  5. R

    JavaScript How to display results using localStorage

    Thanks for viewing the question. I made a program in where a user registers, then if the user leaves an item blank, the whole registration items becomes blank (the user has to restart the whole thing). Otherwise, if the user clicks submit and has every item answered, he will be directed to an...
Back
Top Bottom