/ Published in: jQuery
Text beim tippen wo anders anzeigen
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('input#ID').keyup(function(){ $('div-where-the-text-will-show').text($(this).val()); });