Get value of dropdownlist or html select using Jquery

In Jquery, you need to write one line code to get value of dropdownlist.
You can use following code to get value of selected option

Var selectvalue=$('#urid').val();

You can use following code to get text of selected option

Var selecttext=$('#urid').text();

you are done......
 
Happy coding...........

Comments

Popular posts from this blog

Angular User Session Timeout example step by step

Implement Nlog in .Net core MVC application part 1

Implement Logging in CSV file using Nlog in .net core MVC application- part 2

I have created an application to extract text from image using AI

Create Chat bot application using Python, Streamlit and Gemini AI