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

  • Home
  • SEARCH
  • 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 8899537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:52:54+00:00 2026-06-15T00:52:54+00:00

I am adding an item to a listbox from an input textbox. Things work

  • 0

I am adding an item to a listbox from an input textbox. Things work fine in chrome and firefox, however when I click the button to add the text to the listbox in IE9 the item gets added but it is not visible. WHen I click my save button the item i added shows up in the collection, it just doesnt view in the listbox.

below is my jquery:

$('#addToListBox1').click(function () {
var textValue = $('input[name=classIdInput]').val();

$('#listbox1').append(
    new Option( 
        textValue,
        textValue
    ));
});

wierd behavior for IE9… any ideas why the added text to the listbox has a position though you cant see it?
thx

  • 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-15T00:52:55+00:00Added an answer on June 15, 2026 at 12:52 am

    tuens out I needed to add a meta tag in my _layout file:

    <meta http-equiv="X-UA-Compatible" content="IE=edge" >
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Instead of adding each item one by one to the ListBox destinationList from the
I am having a difficulty adding an item to my listbox. I want to
I have two classes, Item and SoldItem . SoldItem inherits from Item adding some
i have a dropdownlist (asp.net control) and a listbox control and a Add button
I have this code for adding selected items from one ListBox to another. How
In my project, I'm adding a ListBox whose items are retrieved from a database.
Basically I'm dynamically adding items to a listbox. Inside of each listbox item I
I see a couple of previously answered questions about adding an item to an
I am adding a new item to the bottom of a UITableView and after
I am writing a view controller for adding a new item to my app.

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.