What is wrong with my js script to show/hide div based on user inputselection? – Jquery
I have a country field and a state field. I want to show the state field when the user chooses United States. Otherwise, I want it to be hidden. This is my js script: @section Scripts { <script type="text/javascript"> $("#Country").change(function…