Can jQuery synchronise or copy the text of one input field to another when input A is modified? For example:
<input id="input_A" type="text" /> ...If I type something here
<input id="input_B" type="text" /> ... It will be copied here
Can jQuery Do this?