What's new
99vfx.com | Premium Web Community Forum
🎉 Join the Community – It’s Free! Register a free account today to become a member!

bookmarklet

  1. Brilliant

    Bookmarklet or other way to select options that contain a particular word?

    To create a bookmarklet or script that selects <option> elements containing a particular word in a dropdown (<select>), you can use JavaScript. Here’s how to do it:---1. Bookmarklet ApproachCode:javascript:(function() {const keyword = prompt("Enter the word to search for:"); // Ask...
Back
Top Bottom