Results 1 to 3 of 3

This is a discussion on How to save and restore multiple input value within the Chrome Plugins section, part of the Google Chrome category: I am dealing saving and storing multiple input types, including text, checkboxes, and radio buttons. I can get one of ...


  1. #1
    runrunforest is offline Junior Member
    Join Date
    Aug 2010
    Posts
    9

    Default How to save and restore multiple input value

    I am dealing saving and storing multiple input types, including text, checkboxes, and radio buttons. I can get one of them stored but all.

    Does anyone have a snippet to loop through whatever input to get the value and store them in local storage and then restore them onload ?

  2. #2
    runrunforest is offline Junior Member
    Join Date
    Aug 2010
    Posts
    9

    Default

    And my html would look like this


    HTML Code:
    <input type="text" id="name"></input><br />
    	<input type="text" id="email"><br />
    	<input type="text" id="perfer" value="google chrome"><br />
    	<input type="checkbox" id="local"></input><br />
    	<input type="checkbox" id="international"></input><br />
    	<input type="radio" id="visa"></input><br />
    	<input type="radio" id="master"></input><br />
    	<button>Save</button>

  3. #3
    runrunforest is offline Junior Member
    Join Date
    Aug 2010
    Posts
    9

    Default

    Never mind, I've got it.

Similar Threads

  1. Multiple images opened in tabs, how to save them?
    By vcppp_p in forum Chrome Plugins
    Replies: 0
    Last Post: 08-10-2010, 04:34 PM
  2. Replies: 0
    Last Post: 06-12-2009, 06:01 AM
  3. Restore pages after crash
    By pjfla in forum Chrome Troubleshooting
    Replies: 5
    Last Post: 06-05-2009, 10:45 PM
  4. Multiple bookmarks rows?
    By davel2430 in forum Chrome Tips & Tricks
    Replies: 1
    Last Post: 03-27-2009, 10:03 PM
  5. passwords: changing 'don't save' to 'save'
    By SylviaCaras in forum Chrome Troubleshooting
    Replies: 5
    Last Post: 11-05-2008, 06:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •