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

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

Implement Nlog in .Net core MVC application part 1

Angular User Session Timeout example step by step

Devexpress Datebox date formatting in angular 6 with example

Disable backspace key using Jquery