asp.net mvc
How to make a dropdown readonly using jquery?
A
Desh-Duniya Team
Author
How to make a dropdown readonly using jquery?
Solution:
$('#dropdown').attr("style", "pointer-events: none;");