Start cursor in text box on page load
This commit is contained in:
parent
d1478df484
commit
3ec495ce90
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
||||||
$('button').corner('round 4px');
|
$('button').corner('round 4px');
|
||||||
$('#box').corner('round bottom');
|
$('#box').corner('round bottom');
|
||||||
|
|
||||||
|
$('#root').focus();
|
||||||
|
|
||||||
$('#generate input').on('input', function() {
|
$('#generate input').on('input', function() {
|
||||||
var root = $('#root').val();
|
var root = $('#root').val();
|
||||||
var master = $('#master').val()
|
var master = $('#master').val()
|
||||||
|
|
Loading…
Reference in a new issue