jquery select clear options

$('select2element').val(null).trigger("change")

5
1
Krish 100200 points

                                    $('#mySelect')
    .find('option')
    .remove()
    .end()
    .append('<option value="whatever">text</option>')
    .val('whatever')
;

5 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
jquery clear selection jquery select2 clear selection how to clear select2 in jquery select2 dropdown clear in jquery select options clear jquery how to reset select option in jquery jquery clear all select options clear select2 ajax javascript select clear options reset select with jquery clear selected value select2 jquery clear selected value select jquery clear option in select jquery jquery select2 on clear event jquery select2 clear event jquery options clear clear select in jquery select2 to clearn and rest by Jquyer clear select2 onchange jquery reset select2 value jquery jquery select2 clear jquery select2 reset selected value clear selected item jquery clear un selected option jquery clear unselected option jquery jquery select clear items clear select2 value in jquery how to empty all options in select jquery select2 dropdown clear value in jquery how to reset selected option select2 in jquery select option how to reset with jquery clear the select box in jquery clean method in jquery select 2 jquery clear select list items jquery select clear empty select options jquery select clear jquery how to clear select option in jquery jquery clear select and add options] jquery clear input and select remove all option select2 jquery how to clear select dropdown in jquery jquery select2 clearing out value does not clear text jquery clear out select field clear chosen select jquery clear select jquery how to clear select2 value in jquery jquery reset select tag how to clear option in select jquery onclick clear select2 value JQuery onclick clear select2 field jquery select options reset in jquery clear select option value jquery how to remove all option in select2 using jquery how to clear select2 in all selcts in tha page in jquery jquery multi select clear options clear select value from jq clear option on jquery jquery clear form select reset a select box jquery how to clear dropdown options in jquery chosen jquery clear selection reset select2 in jquery clear select2 in jquery javascript select 2 clear reset select2 option jquery jquery clear select element clear all options of select jquery jquery clear value selected in select jquery clear value of select field how to clear select2 dropdownlist using jquery jquery reset select to empty clear option select jquery jq clear select input jquery clear selected option reset select2 field jquery reset select field jquery jquery input select clear jquery clear select options except first jquery clear select dropdown jquery select remove all options jQuery clear select option clear input select jquery jquery reset select optionsn clear select with jquery clear select options jquery jquery clear dropdown selection jquery clear selected clear select box jquery jquery multiple easy Select clear how to clear select jquery jquery chosen clear selection jQuery reset select option clear select field jquery how to clear a select in jquery jquery select clear selected option clear options from select jquery jquery clear selecet2 clear select2 dropdown jquery jquery select multiple clear selection jquery select option value clear jquery clear select clear all options from select jquery excepted selected clear all options from select jquery reset select box jquery how to clear selected use jquery select2 clear by jquery how to reset select option in jquery\ jquery reset select options how to clear a select and add new itens in jquery jquery select clear data jquery select clear adata jquery reset select reset select2 jquery reset select jquery jquery select clear options empty select2 jquery jquery clear select and set jquery select clear select jquery clear select options how to reset select2 option in jquery
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source