Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8587847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:40:06+00:00 2026-06-11T22:40:06+00:00

My index contains default values to render the page. I’ve filled the list in

  • 0

My index contains default values to render the page. I’ve filled the list in dropdown in my view according to the user action using jquery (same dropdown contains different list according to the user action).

My problem is when I refresh the page, the dropdown is restored with the default data provided in the index.

Is there any way I can pass the data to the index on page refresh, like data from the textbox or currently selected value in dropdown??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T22:40:07+00:00Added an answer on June 11, 2026 at 10:40 pm

    This should be easily done using storage or cookies…
    Store the list, value and all you need in a cookie everytime it changes. On page refresh, check if the cookie exists, if it does grab the list from the cookie instead of the default values.

    if(typeof(Storage)!=="undefined"){
        localStorage.dropdownlist = thelist; // The list being your list of options.
    }else{
        //Storage not supported, use cookie logic instead.
    }
    

    Then, according to your page init logic, just add a check like this.

    if(typeof(Storage)!=="undefined" && typeof(localStorage.dropdownlist)!=="undefined"){
       populateDropDown(localStorage.dropdownlist); // The function being the same as when jQuery calls it.
    }else{
       //Storage not supported, use cookie logic instead.
    }
    

    The localStorage object stores the data with no expiration date. The data will not be deleted when the browser is closed, and will be available the next day, week, or year.
    You might want to consider using sessionStorage instead. The sessionStorage object is equal to the localStorage object, except that it stores the data for only one session. The data is deleted when the user closes the browser window.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Lucene index that contains documents that have a type field, this
i am building a search index that contains special names - containing ! and
I've just had an argument with a colleaque. My index.php contains my mysql connection
I have a table which already contains an index in MySQL. I added some
I have just a basic html form within index.php which contains two text fields:
I'd like to add an index to a table that already contains data. I
index.php: <form action=update_db.php method=post> <?php require_once 'modules/' . $currentModule . '.php'; ?> </form> modules/
My view contains a simple TableView with 6 rows and a button that invokes
I am using FULLTEXT as index in a textfield in mysql. This so that
I have area and in that area I have Home/Index that contains Authorize attribute.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.