jQuery – Add options to select box dynamically

In this post, you will learn how to add (append) options to an existing select box (dropdown) dynamically using jQuery.

Let’s see the script

<!DOCTYPE html>
<html>
    <head>
        <title>jQuery Script - Add options to select box dynamically</title>
        <meta charset="UTF-8">
        <meta