Computer >> कंप्यूटर >  >> प्रोग्रामिंग >> Javascript

जावास्क्रिप्ट के साथ ड्रॉपडाउन सूची से विकल्प कैसे निकालें?

<घंटा/>

ड्रॉपडाउन सूची से विकल्पों को हटाने के लिए, जावास्क्रिप्ट में निकालें () विधि का उपयोग करें। ड्रॉप-डाउन से विकल्पों को निकालने का तरीका जानने के लिए आप निम्न कोड चलाने का प्रयास कर सकते हैं -

उदाहरण

<!DOCTYPE html>
<html>
   <body>
      <form id = "myForm">
         <select id = "selectNow">
            <option>One</option>
            <option>Two</option>
            <option>Three</option>
         </select>
         <input type = "button" onclick = "remove()" value = "Click to Remove">
      </form>
      <p>Select and click the button to remove the selected option.</p>
      
      <script>
         function remove() {
            var x = document.getElementById("selectNow");
            x.remove(x.selectedIndex);
         }
      </script>
      
   </body>
</html>

  1. जावास्क्रिप्ट के साथ फ़िल्टर सूची कैसे बनाएं?

    जावास्क्रिप्ट के साथ एक फिल्टर सूची बनाने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style>    * {       box-sizing: border-box; &nb

  1. जावास्क्रिप्ट वाले तत्व से कक्षा का नाम कैसे निकालें?

    जावास्क्रिप्ट के साथ एक तत्व से एक वर्ग का नाम हटाने के लिए, कोड इस प्रकार है - उदाहरण <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style>    .newStyle {       font-fam

  1. जावास्क्रिप्ट के साथ सूची आइटम कैसे बंद करें?

    जावास्क्रिप्ट के साथ सूची आइटम को बंद करने के लिए, कोड इस प्रकार है - उदाहरण body { font-family:Segoe UI , ताहोमा, जिनेवा, वर्दाना, सेन्स-सेरिफ़; } * {बॉक्स-साइज़िंग:बॉर्डर-बॉक्स; } उल { सूची-शैली-प्रकार:कोई नहीं; पैडिंग:0; मार्जिन:0; } उल ली {बॉर्डर:1px सॉलिड आरजीबी(221, 221, 221); पृष्ठभूमि-रंग:#