폼의 첫번째 입력가능한 필드에 FOCUS 주기
<form id='form'>
<input type='hidden' name='hide'>
<input type='text' name='subject'>
</form>
$(document).ready(function() {
$("#form :input:visible:enabled:first").focus();
});
// 끝내주네요 ^_____^
<input type='hidden' name='hide'>
<input type='text' name='subject'>
</form>
$(document).ready(function() {
$("#form :input:visible:enabled:first").focus();
});
// 끝내주네요 ^_____^
[이 게시물은 관리자님에 의해 2011-10-31 16:55:28 jQuery에서 이동 됨]
댓글 4개
16년 전
흐~ 이거 찾구 있었는데, 이렇게 간단하네요.
register_form.skin.php를 수정해야 하겠네요.
(수정전)
$(document).ready(function(){
if ($('#w').val() == '')
$('#reg_mb_id').focus();
else {
$('#mb_password').focus();
}
});
(수정후)
$(document).ready(function() {
$("#fregisterform :input:visible:enabled:first").focus();
});
실제로 해보니까 focus를 잘 못찾네요. ㅠ..ㅠ...
register_form.skin.php를 수정해야 하겠네요.
(수정전)
$(document).ready(function(){
if ($('#w').val() == '')
$('#reg_mb_id').focus();
else {
$('#mb_password').focus();
}
});
(수정후)
$(document).ready(function() {
$("#fregisterform :input:visible:enabled:first").focus();
});
실제로 해보니까 focus를 잘 못찾네요. ㅠ..ㅠ...
RINIX
16년 전
$("form input:first").focus();
요렇게는 안되나요??
요렇게는 안되나요??
16년 전
그러면 무조건 첫번째 input에 focus가 가지 않나요?
회원정보 수정시에는 첫번째 input인 reg_mb_id가 readonly가 되거든요.
회원정보 수정시에는 첫번째 input인 reg_mb_id가 readonly가 되거든요.
16년 전
form에 id를 주면 바로 잡히네영
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 442 | ||
| 7929 | 9년 전 | 376 | ||
| 7928 | 9년 전 | 460 | ||
| 7927 | 9년 전 | 373 | ||
| 7926 | 9년 전 | 680 | ||
| 7925 | 9년 전 | 393 | ||
| 7924 | 9년 전 | 378 | ||
| 7923 | 9년 전 | 373 | ||
| 7922 | 9년 전 | 406 | ||
| 7921 | 9년 전 | 421 | ||
| 7920 | 9년 전 | 340 | ||
| 7919 | 9년 전 | 349 | ||
| 7918 | 9년 전 | 502 | ||
| 7917 | 9년 전 | 353 | ||
| 7916 | 9년 전 | 440 | ||
| 7915 | 9년 전 | 443 | ||
| 7914 | 9년 전 | 453 | ||
| 7913 | 9년 전 | 627 | ||
| 7912 | 9년 전 | 458 | ||
| 7911 | 9년 전 | 392 | ||
| 7910 | 9년 전 | 437 | ||
| 7909 | 9년 전 | 540 | ||
| 7908 | 9년 전 | 481 | ||
| 7907 | 9년 전 | 418 | ||
| 7906 | 9년 전 | 439 | ||
| 7905 | 9년 전 | 406 | ||
| 7904 | 9년 전 | 391 | ||
| 7903 | 9년 전 | 389 | ||
| 7902 | 9년 전 | 586 | ||
| 7901 |
|
9년 전 | 764 | |
| 7900 | 9년 전 | 640 | ||
| 7899 | 9년 전 | 423 | ||
| 7898 | 9년 전 | 424 | ||
| 7897 | 9년 전 | 381 | ||
| 7896 | 9년 전 | 396 | ||
| 7895 | 9년 전 | 508 | ||
| 7894 | 9년 전 | 425 | ||
| 7893 | 9년 전 | 395 | ||
| 7892 | 9년 전 | 431 | ||
| 7891 | 9년 전 | 794 | ||
| 7890 | 9년 전 | 1225 | ||
| 7889 | 9년 전 | 762 | ||
| 7888 |
limsy1987
|
9년 전 | 573 | |
| 7887 | 9년 전 | 600 | ||
| 7886 | 9년 전 | 492 | ||
| 7885 | 9년 전 | 454 | ||
| 7884 | 9년 전 | 449 | ||
| 7883 | 9년 전 | 452 | ||
| 7882 | 9년 전 | 512 | ||
| 7881 | 9년 전 | 479 | ||
| 7880 | 9년 전 | 608 | ||
| 7879 | 9년 전 | 498 | ||
| 7878 | 9년 전 | 1269 | ||
| 7877 | 9년 전 | 794 | ||
| 7876 | 9년 전 | 530 | ||
| 7875 | 9년 전 | 606 | ||
| 7874 |
|
9년 전 | 825 | |
| 7873 | 9년 전 | 541 | ||
| 7872 | 9년 전 | 709 | ||
| 7871 | 9년 전 | 525 | ||
| 7870 | 9년 전 | 644 | ||
| 7869 | 9년 전 | 457 | ||
| 7868 | 9년 전 | 493 | ||
| 7867 | 9년 전 | 489 | ||
| 7866 | 9년 전 | 543 | ||
| 7865 | 9년 전 | 487 | ||
| 7864 | 9년 전 | 552 | ||
| 7863 | 9년 전 | 548 | ||
| 7862 | 9년 전 | 502 | ||
| 7861 | 9년 전 | 685 | ||
| 7860 | 9년 전 | 657 | ||
| 7859 | 9년 전 | 436 | ||
| 7858 | 9년 전 | 740 | ||
| 7857 | 9년 전 | 1127 | ||
| 7856 | 9년 전 | 557 | ||
| 7855 | 9년 전 | 785 | ||
| 7854 | 9년 전 | 743 | ||
| 7853 | 9년 전 | 632 | ||
| 7852 | 9년 전 | 555 | ||
| 7851 | 9년 전 | 544 | ||
| 7850 | 9년 전 | 624 | ||
| 7849 | 9년 전 | 390 | ||
| 7848 | 9년 전 | 459 | ||
| 7847 | 9년 전 | 701 | ||
| 7846 | 9년 전 | 491 | ||
| 7845 | 9년 전 | 459 | ||
| 7844 | 9년 전 | 430 | ||
| 7843 | 9년 전 | 469 | ||
| 7842 | 9년 전 | 445 | ||
| 7841 | 9년 전 | 421 | ||
| 7840 | 9년 전 | 433 | ||
| 7839 | 9년 전 | 475 | ||
| 7838 | 9년 전 | 539 | ||
| 7837 | 9년 전 | 381 | ||
| 7836 | 9년 전 | 433 | ||
| 7835 | 9년 전 | 510 | ||
| 7834 |
|
10년 전 | 1220 | |
| 7833 | 10년 전 | 476 | ||
| 7832 | 10년 전 | 455 | ||
| 7831 | 10년 전 | 611 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기