Skip to main content
formatted the code
Source Link
Anand
  • 5.3k
  • 5
  • 47
  • 59

why not just use plain javascript?

document.getElementById("selectID").options.length = 0;

document.getElementById("selectID").options.length = 0;

why not just use plain javascript?

document.getElementById("selectID").options.length = 0;

why not just use plain javascript?

document.getElementById("selectID").options.length = 0;
Source Link
Shawn
  • 3.2k
  • 5
  • 31
  • 57

why not just use plain javascript?

document.getElementById("selectID").options.length = 0;