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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:08:51+00:00 2026-06-14T23:08:51+00:00

I have an application that uses jQuery MultiSelect plugin for several select Boxes (up

  • 0

I have an application that uses jQuery MultiSelect plugin for several select Boxes (up to 20+). The application is being “built” on the client browser (yes… it should be built on the server but that’s not my choice) and each select box can contain as many as 15,000 dynamically loaded options (via WebFocus, if that matters). The data is being grabbed (via jQuery AJAX get call). As a test, I loaded 7400 datapoints (through the plugin) into a single select box. ON IE8, this took 104 secs. On FF it only took 4 Secs.

Is this typical or is something going on that I’m not seeing???

Relevant code is here:

// Get xml data & append to selectbox
    $.ajax({  
        type: "GET",  
        url: "test.xml",  
        dataType: "xml",  
        success: function(xml){  
        $(xml).find('ReportOptions').each(function() {  
            var cNum = $(this).find('cusipnum').text();         // assign vars to incoming data
            $('#cusip').append('<option>'+cNum+'</option>');    // append data to options
        });  
            $('#cusip').multiselect('refresh'); 
    },  
        error: function (xhr, ajaxOptions, thrownError) {
            alert("Error Status:"+xhr.status+", "+thrownError);
         }
    }); 
  • 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-14T23:08:52+00:00Added an answer on June 14, 2026 at 11:08 pm

    Yes this is typical. If you run this in IE9+ you should see improvement. I have found that any large scale style application or DOM manipulation by jquery is very slow in IE8. That being said there are improvements that can be made to this code.

    To analyze performance profile this code using IE8 Developer Tools (F12). $(‘#cusip’).append should be the big consumer here. You are forcing jquery to do a lookup for ‘#cusip’ on each loop.

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

Sidebar

Related Questions

I have an ASP.NET web application that uses jQuery on client side. On one
I have an ASP.NET MVC application that uses jQuery 1.3.2. On several of the
I have a web application that uses fixed css width. (1280px). With jquery, I
I have an application that uses the Paperclip plugin for image upload. Now that
I have a web application that uses jQuery to load some sound effect on
So I have been working on this phone gap application that uses jquery-mobile. Recently,
I have an ASP.NET application that also uses jQuery for modal pop-ups. If I
I am working on a mobile application that uses the jquery UI select menu
I have some web application that uses jQuery to send AJAX requests to server.
I am currently working on rails3 application that uses jQuery. I have a javascript

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.