About 6,610,000 results
Open links in new tab
  1. javascript - Delete context-menu items from code - Stack Overflow

    Apr 26, 2016 · Is there a way to delete a default item (e.g. the "Open in a new tab" when right-clicking on an anchor element) in the context-menu of a specific html page? If this is not …

  2. How do I delete menu item created by createAddonMenu() in Google Script

    Mar 22, 2016 · To really reload, you may press Ctrl + F5 or use the Browser's Reload button or click into the address bar and hit Enter. Some Examples for creating, editing and removing …

  3. HTML DOM Select remove() Method - W3Schools

    The remove() method is used to remove an option from a drop-down list. Tip: To add an option to a drop-down list, use the add() method.

  4. javascript - How to remove existing menu items - Stack Overflow

    May 22, 2013 · If you use jQuery, it's as simple as $('#20247').remove(); With vanilla JS it's element = document.getElementById("element-id"); element.parentNode.removeChild(element);

  5. How to Efficiently Remove Elements with JavaScript remove()

    Dec 10, 2024 · The remove() method provides a straightforward way to delete an element from the DOM. This method is called directly on the HTMLElement you want to remove and does …

  6. How to Dynamically Delete HTML Select Option Item in JavaScript

    May 10, 2023 · In this tutorial we will create a How to Dynamically Delete HTML Select Option Item in JavaScript. This tutorial purpose is to show you how you can delete a select tag items. …

  7. How to Dynamically Add, Remove, and Update HTML Elements …

    Nov 11, 2023 · With the power of DOM manipulation, you can build responsive, data-driven user interfaces that dynamically insert, update, and remove HTML elements. Key concepts include: …

  8. How to remove certain entries of context menu [(...)-Menu] using Script

    May 20, 2016 · The easiest way to do it, is to add this CSS to a Script Editor: <style> li.ms-core-menu-item[text="TEXT(of the entry which should be hidden)"] { display: none !important; } …

  9. Element: remove() method - Web APIs | MDN - MDN Web Docs

    Sep 20, 2024 · Learn about the Element.remove () method, including its syntax, code examples, specifications, and browser compatibility.

  10. How to remove an HTML element using JavaScript

    Jan 9, 2025 · Removing an HTML element using JavaScript involves deleting it from the DOM, typically using methods like element.remove () or parentNode.removeChild (). This approach …

    Missing:

    • Menu

    Must include:

  11. Some results have been removed
Refresh