jquery this

JavaScript
$( "input" )
    var value = $( this ).val();
$(this)
Source

Also in JavaScript: