I've one page with few tabs(made using jquery ui)
So I've one field (type=text) on the hidden tab and second one text field on active tab.
If first field is empty and user starts typing something in second field then script checks if first field is empty or taking a part of second field and if this case is true will auto-populate first field. The
(
Read more... )