테스트 사이트 - 개발 중인 베타 버전입니다

input 박스 화살표 이동하는 방법 좀 봐주세요... 채택완료

비누거품 8년 전 조회 3,410

옆 동네에서  jQuery input 방향키 이동 소스가 있어서 적용해볼려고 하는데 이동이 안됩니다 ㅠ.ㅠ

자바 스크립트 주소를 잘못써나 해서 이것저것 해봐도 안되네요...

</span></span></p><p><span style="text-align: center; color: rgb(238, 238, 238); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Dotum, AppleGothic, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; background-color: rgb(47, 99, 156); -webkit-text-stroke-width: 0px;"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank" rel="noopener noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"><span style="background-color: rgb(255, 255, 255);"><a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank" rel="noopener noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a></span></a>">
<html xmlns="<a href="<a href="http://www.w3.org/1999/xhtml" target="_blank" rel="noopener noreferrer">http://www.w3.org/1999/xhtml</a>"><span style="background-color: rgb(255, 255, 255);"><a href="http://www.w3.org/1999/xhtml" target="_blank" rel="noopener noreferrer">http://www.w3.org/1999/xhtml</a></span></a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="<a href='<a href="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" target="_blank" rel="noopener noreferrer">https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js</a>"></script'><span style="background-color: rgb(255, 255, 255);"><a href="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" target="_blank" rel="noopener noreferrer">https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js</a>"></script</span></a>>
<script type="text/javascript" src="<?=$board_skin_path?>/script/jquery.caret.min.js"></script>
<script type="text/javascript" src="<?=$board_skin_path?>/script/xeno.jquery.inputcursormove.0.0.1.js"></script>
<script type="text/javascript">
$(function() {
 $(':input').live('focus', function() {
  $(this).css({borderColor:'blue', borderStyle:'solid'});
 });
});
</script>
<style type="text/css">
input {
 width:30px;
 font-size:12px;
}
input.XenoInputCursorMove {
 background-color:#eeffee;
}
</style>
</head>
<body>
<table>
<tr>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" value="asdf" /></td>
<td><input type="text" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" value="asdf" /></td>
<td><input type="text" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
</tr>
<tr>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" value="asdf" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" /></td>
</tr>
<tr>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" value="asdf" /></td>
<td><input type="text" class="XenoInputCursorMove" value="asdf" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
</tr>
<tr>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
</tr>
<tr>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
<td><input type="text" class="XenoInputCursorMove" /></td>
</tr>
</table>
</body>
</html>
</span><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"></span></span></p><p><span style="text-align: center; color: rgb(238, 238, 238); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Dotum, AppleGothic, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;">

캐릭터셋이 문제인가 싶어 (전 euc-kr) 사용 utf8 테스해봐도 안되네요...

원 자료는 링크를 남김니다.


댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트
8년 전

<?=$board_skin_path?> 이것을 다음으로 대체후 시도해 보시죠. 

잘된다면 그 변수에 문제가 있는거고

안된다면 다른 부분의 문제라 보이는데 원본과 그 부분만 틀리는데

안될리는 없고 저 경로변수 때문으로 보입니다.

그 경로에 js파일들이 제대로 잘 들어 있나도 확인해 보시죠.


http://framework.xenosi.de">http://framework.xenosi.de  이것으로 대체 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인