js focus textarea code example
Example 1: js focus textarea
document.getElementById(IdOfTextArea).focus();
Example 2: javascript force view to focus on a div
window.location.hash = '#tries';
document.getElementById(IdOfTextArea).focus();
window.location.hash = '#tries';