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 6641429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:48:36+00:00 2026-05-25T23:48:36+00:00

I have a page with several check-boxes in a form, which when selected, filter

  • 0

I have a page with several check-boxes in a form, which when selected, filter corresponding info out of a table with jquery. My problem is the following scenario:

  1. Someone checks one or more boxes, hiding rows from table

  2. They Click a link, going to another page

  3. They click the back button.

At this point, the check boxes are still checked (in chrome at least), but the all the table rows are visable again.

Any Ideas?

  • 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-05-25T23:48:37+00:00Added an answer on May 25, 2026 at 11:48 pm

    If your objective is to bring them back to the exact view they had before they left (table rows are still hidden):

    Such is a disadvantage (or advantage) of a website: it’s stateless, particularly when it comes to client-side manipulation.

    What you’ll need to do is store the application state in the URL hash tag so that when the user uses their back button, you can retrieve the “state” and reconstruct their view.

    Here’s another question whose answer might help you: jquery javascript: adding browser history back with hashtag?

    If your objective is to return the page back to its initial state:

    Just reset all the checkboxes on page load:

    $('input:checkbox').prop('checked', false);
    

    -or-

    Reset the entire form:

    $(':input','#myform')
     .not(':button, :submit, :reset, :hidden')
     .val('')
     .prop('checked', false)
     .prop('selected', false);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several jQuery-ui range sliders on a page which add and remove rows
I have a page which has several <canvas> elements. I am passing the canvas
I have a page that has several ajax submission forms. Each form has a
I have a custom SharePoint page with several dataviews. The dataviews essentially filter documents
We have a page of search results which the user can hit in several
So, I have a page that loads and through jquery.get makes several requests to
I have a classifieds website. In the main page (index) I have several form
I have a web form which is split up into several HTML pages. I
So I have a table in a jsp page with several rows and checkboxes
I have several forms in one HTML page... I have to filter these forms

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.