The problem you are experiencing is that when you remove an item from the options list in Opera it deselects all the selected items, so only the first is removed. $ ('#OneSelectList') is a select list. Stay tuned and stay connected for more technical updates. A simple suggestion for everyone else who finds it and is working with long lists: Don't save the "selected" status of all options but instead only the position (. How do the Void Aliens record knowledge without perceiving shapes? I had the same opinion on jQuery some time ago and now I can imagine building projects without this library. It extends the default possibilities of select boxes with a new range of features. A jQuery plugin that progressively enhances an HTML select box into a single option dropdown list. If we want to remove multiple specified items from dropdown then we can use jQuery's filter () method as $ ('#ddlItems option').filter (' [value="1"], [value="2"], [value="5"]').remove ();Assuming we want to delete item with values 1,2 and 5. Advantages and disadvantages of cookies, Sql Server: Drop or Truncate Parent Table by Dropping All Foreign Key Constraints, How to join first,middle and last name in Sql Server | Concatenate strings together in Sql Server, SQL SERVER: CTE recursive query to get parent child hierarchy with levels, Sql Server: How to remove multiple spaces from a string, Hide First or Last or nth Column using CSS, Hide First or Last or nth Column using jQuery, Remove First and Last character from sql string. The removeClass () method removes one or more class names from the selected elements. How do I check whether a checkbox is checked in jQuery? SQL SERVER: Generate Row Number/Serial Number with each row. The first tries to remove the. Making statements based on opinion; back them up with references or personal experience. How can I select an element by name with jQuery? What is the best way to add options to a select from a JavaScript object with jQuery? To deselect all options in a documented, cross-browser manner use either. "Removing the selected attribute" and "deselecting all options" are entirely different things. What laws would prevent the creation of an international telemedicine service? You can do this by inserting line: (assuming "jquery-1.4.2.min.js" is in directory of your html file). Simply find all the selected