Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Service Location › Reply To: Service Location
September 24, 2020 at 8:59 am
#29518
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.