Copy and paste and Typing Fast:
$( "#inputfield" ).keyup(function() { $("#inputfield").val( $(".highlight").text() )});
0 Comments