From 3ec495ce9055330cd45e502936685517c7efa164 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 26 Aug 2013 16:49:45 -0400 Subject: [PATCH] Start cursor in text box on page load --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 513d527..b56d7bf 100755 --- a/index.html +++ b/index.html @@ -49,6 +49,8 @@ $('button').corner('round 4px'); $('#box').corner('round bottom'); + $('#root').focus(); + $('#generate input').on('input', function() { var root = $('#root').val(); var master = $('#master').val()