focus() Yöntemi;
.focus() yöntemi input , select gibi elementlerin odak olduğunda ne olacağı belirtmek için kullanılır.
Örnek
$("input").focus(function(){ $("input").css("border", "2px solid red"); });
Codepen Ön izleme
Kullanım şekilleri;
.focus(handler);
.focus(eventData);
.focus();