i want give val from keyup in jquery
my code is :
var vartest; $( ".target" ).keyup(function() { vartest= this.value; });