I'm using bootstrap 3 to create a modal box. I want to have it autofocus
on the input
area. I tried with jQuery, but I don't know, what is the problem?
JavaScript:
$('#click').click(function () {
$('input').focus()
});
Here is a demo on JSFiddle