add first input focus in application js

This commit is contained in:
phyusin
2017-11-28 11:35:28 +06:30
parent 989ce16a23
commit ec26c353d2

View File

@@ -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();