add first input focus in application js
This commit is contained in:
@@ -107,6 +107,8 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
|
||||
$('form:first *:input[type!=hidden]:first').focus();
|
||||
|
||||
// $(document).on("focus", "[data-behaviour~='datepicker']", function(e){
|
||||
// $(this).datepicker({"format": "yyyy-M-dd", "weekStart": 1, "autoclose": true});
|
||||
// $('.dropdown-toggle').dropdown();
|
||||
|
||||
Reference in New Issue
Block a user