Skip navigation

Tag Archives: select all

1
2
3
4
5
$('input').focus(function(){
    this.select();
});