I have 2 paired input fields, and need to toggle enabled/disabled between them (if one is enabled the other should be disabled).
I have no idea how to approach this, any ideas?
|
I have 2 paired input fields, and need to toggle enabled/disabled between them (if one is enabled the other should be disabled). I have no idea how to approach this, any ideas? |
|||||||
|
|
Example: the
This will toggle the items when some kind of switch is clicked. Use it on whatever toggles it, i.e. the button above:
If you really want to make sure they're opposites;
|
|||||||
|
|
I fiddled around the problem and came up with this script:
If you want another event the cause for the toggle you only have to exchange |
|||
|
|
|
this gives the enabled input:
this toggles the disable for all inputs but checkbox:
and at last toggle between two input:
Simple as this. also makes sure that only the true one enabled. |
||||
|
|