فهرست منبع

add select element in focus

Kaoru FUZITA 9 سال پیش
والد
کامیت
d2bb119c4d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/webapp/js/admin/admin.js

+ 1 - 1
src/main/webapp/js/admin/admin.js

@@ -1,5 +1,5 @@
 $(function() {
-	$('input[type="text"]:first', '.login-box,section.content').focus();
+	$('input[type="text"],select', '.login-box,section.content').first().focus();
 
 	$("section.content input").keypress(function(e) {
 		if (e.which == 13) {