Example #1

Simple example with default options for the dropdown.

                $("select#example-01").jgdDropdown();
            

Example #2

Example with option to extend LI classes turned off, and preselected value Serbia.

                $("select#example-02").jgdDropdown({
                    clsLIExpand: false,
                    selected: 'RS'
                });