i have 2 lists.
country and region
i want to lock the region list. when i choose country i will use jquery to get the region list for that country. but meanwhile i want the region list to be locked and will be interactive first when the region list for that country is retrieved.
how do i do this with jquery?