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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:21:36+00:00 2026-06-01T06:21:36+00:00

Dutch page containing DIV blocks which can be hidden using a jQuery script. If

  • 0

Dutch page containing DIV blocks which can be hidden using a jQuery script.

If you look at this page with IE , you will notice that the filtering (hiding/unhiding DIV blocks is very slow.

I am using IE 8, Opera 11, Firefox 11, Chrome 18.

Using any other browser: Chrome, Firefox and Opera, it’s much quicker.

  • Can any bode tells me why this is ?

  • Or can anyone make a suggestion to make it more responsive in IE ?

This is the snippet I use to perform the filtering :

<form class="searchBox">
   Zoek naar <input type="text" name="filterargument" id="filterargument" />
   <input type="button" name='filterbutton' id='filterbutton' value="filter..." />
   <i>(deel van de) clubnaam , de federatie of het clubnr</i>
</form>

<script type="text/javascript">
   var $filterArgument =  $("#filterargument");

   $('#filterargument').keyup( function() { performFilter(); });
   $('#filterbutton').click( function() { performFilter(); });

   function performFilter() {
      var filterArgument = $filterArgument.val();

      if (filterArgument === '') {
         $('.filterbaar').show(); }
      else {
         $('.filterbaar:not(:icontains("' + filterArgument + '"))').hide();
         $('.filterbaar:icontains("' + filterArgument + '")').show();
      }
   }
</script>
</div>
  • 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-01T06:21:37+00:00Added an answer on June 1, 2026 at 6:21 am

    I don’t have any version of IE to test, but let me know if this performs better:

    <script type="text/javascript">
    $(function() {
    
     var $filterArgument =  $("#filterargument");
    
     $('#filterargument').keyup( function() { performFilter(); });
     $('#filterbutton').click( function() { performFilter(); });
    
        function performFilter() {
    
            var searchFor = $filterArgument.val();
    
            $('.filterbaar').each( function() {
                var text = $(this).text();
                regex = new RegExp(filterArgument,"gi");
    
                if ( text.match(regex) ) {
                    $(this).show(); 
                } else {
                    $(this).hide();
                }
    
            });
        }
    
    
    });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using a Dutch version of Windows and I have this piece of
I'm using language files to allow users to switch between English and Dutch. The
I have an input field with the following value: 12-04-2012 This is a Dutch
I have made a personality test users can fill in. (Its in dutch, find
I have a website with Dutch text which I want to translate to English.
I've developed an application which natively supports the English, German and Dutch language. Now
You can't use wildcards in menu paths? A quick summary of my problem (which
Ok, so I have a whole page hide / fadeIn effect happening with jQuery.
Can anybody advise me how to make a validation rule for Dutch bank accounts?
Web server running in Dutch(Belgium) double output; double.TryParse(txtTextbox1.Text, out output); Is this a good

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.