Avatar of Rohit Bajaj
Rohit Bajaj
Flag for India asked on

How to select the drop down using jquery

HI,
In my html page i have created a drop down with the following :

<div class="form-group">
            <select id="mode" class="form-control">
              <option id="text/plain" selected>Rich Text</option>
              <option id="text/plain">Mark Down</option>
            </select>
      </div>


By default Rich Text is selected.
I want to select Mark Down using jquery. How can i do it ?
Thanks
HTMLJavaScriptjQuery

Avatar of undefined
Last Comment
funwithdotnet

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
funwithdotnet

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy