notice

categories

ALL (44)
PHOTO (18)
INFORMATION (6)
DIARY (19)
MUSIC (0)

recent posts

recent comments

recent trackbacks

보조윈도우 감추기
      fotowall blackmind  rss
보조윈도우 보기/감추기

 function moveToEnd(node){
  var pos = node.value.length;
  if(node.createTextRange){//I.E
         var textRange = node.createTextRange();
         textRange.move('textedit');
         textRange.select();
     }else if(node.setSelectionRange){
         node.setSelectionRange(pos,pos);
     } 
 }

// textarea 에서는 안해봄..
이전 12345 ... 44다음