This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Service Location

#29518
Ernest MarcinkoErnest Marcinko
Keymaster

Well, I would simply use jQuery event halndlers to check input values on the settings box – and then conditionally show/hide the items not needed, perhaps even reset the values of them as well. Probably using “input” or “change” or “keydown” (depending on the situation) events to monitor the changes is a good idea.