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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:13:25+00:00 2026-05-29T10:13:25+00:00

Specifically, I want to iterate over every element on the page, each time the

  • 0

Specifically, I want to iterate over every element on the page, each time the value of one changes.

So to paraphrase my code I have:

$('select.filterbox').change(function() {
  // stuff
  $('select.filterbox').each(function() {
    // other stuff
  });
});

‘stuff’ all executes just fine, but ‘other stuff’ doesn’t happen

Here’s the full code

        // On Filterbox Change
    $j('select.filterbox').change(function() {

        // Show All Rows
        $j('#table1 tr').show();

        // For Each Filterbox
        $j('select.filterbox').each(function() {

            var selVal = $j(this).attr('value');
            var col = $j(this).closest('th').parent().children().index($j(this).closest('th'));
            alert('Column '+val+' : '+selVal);

            // If Selected Value Not Empty
            if(selVal != "") {

                // For Each Row
                $j('#table1 tr').each(function() {
                    var $tds = $j(this).find('td');
                    var cellVal = $tds.eq(col).text();
                    cellVal = $j.trim(cellVal);

                    // If td text != selected
                    if( cellVal != selVal ) {

                        // Hide this row
                        $j(this).hide();
                    }
                });
            }
        });
    });
  • 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-29T10:13:25+00:00Added an answer on May 29, 2026 at 10:13 am

    Answer: yes you can. I’ve done a lot of stuff like that recently. Indeed, your code should do it. It is likely that you’ve made some small but significant error in your code that will need to be hunted down and fixed. I’ve done a lot of stuff stuff like that recently, too.

    More helpful answer: do things to figure out where the breakdown is. replace the “$(‘select.filterbox’).each()” call with something obvious – say, calling .hide() on large chunks of your page. Make sure that line of code is even being called. If it is being called, put the “$(‘select.filterbox’).each()” call back, then move the hide() call inside of it. If that works, then you know that it’s running at least once. Change the hide() call to a (this).hide(), and see if you can see which one it’s identified. Once you’ve narrowed down where it’s failing you, it’ll be a lot easier to figure out what you’ve done wrong.

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

Sidebar

Related Questions

I have a container of pointers which I want to iterate over, calling a
I have the code below: <?php echo $fields->question; ?> I specifically want to strip
Specifically, I want to create a backup of a list, then make some changes
I specifically want to pull one of these node which represents a folder of
I specifically want to add the style of background-color to the <body> tag of
Specifically I want to know what the data structure for the imports (idata) section
Specifically I want to change the text and background colors. Is it possible to
More specifically I want to test whether Oracle ODP.Net is installed on a machine.
i want to use a jquery widget in my pyramid project. Specifically I want
I'm trying to write a plugin that will extend InheritedResources . Specifically I want

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.