<p>input içindeki yazıyı seçin</p>
<input value="w3tr">
<div></div>
*{font-size: 20px; color:blue; margin-bottom:20px;}
$( "input" ).select(function() {
$( "div" ).text( "Seçildi" ).show().fadeOut( 1000 );
});
This Pen doesn't use any external CSS resources.