Dedicated to the world of web related technologies, tricks and tutorials
$('#TextBox1').keydown(function(){ $('#TextBox2').val($(this).val()) }) $('#TextBox2').keydown(function(){ $('#TextBox1').val($(this).val()) })
No comments:
Post a Comment