Is there a simple way to set the focus (input cursor) of a web page on the first input element (textbox, dropdownlist, ...) on loading the
With AngularJS :
AngularJS
angular.element('#Element')[0].focus();