trigger focus on div element code example
Example 1: focus js
focusMethod = function getFocus() {
document.getElementById("myButton").focus();
}
Example 2: javascript force view to focus on a div
window.location.hash = '#tries';
focusMethod = function getFocus() {
document.getElementById("myButton").focus();
}
window.location.hash = '#tries';