bu kodda this kullanımı nasıl oluyor
this yazısının için otomatikman "p" mi oluyor?

$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});