function fnSpecDpInit (text, order) {
var specTagObj = $('#specTagName' + order);
var specTagDpObj = $('#specTagDpName' + order);
specTagObj.on('keyup keypress', function(e) {
specTagDpObj.val(text);
});
}
<input type="text" style="width: 100%" onkeyUp="fnSpecDpInit(this.value, '<c:out value="${status.index +1}"/>');" />
'Client Standard > JavaScript & jQuery' 카테고리의 다른 글
[ IE ]지금 보고 있는 웹페이지를 닫을지를 묻는 창이 안뜨도록 하는 소스 (0) | 2016.04.06 |
---|---|
[SNS] 확산 페이스북 이전 확산 캐시지우기 (0) | 2016.03.27 |
[jQuery] input radio val checked (0) | 2016.02.04 |
[Ajax error] onkeyup ajax 에러 일때 (0) | 2016.01.28 |
[jQuery] select box 강제 change 시키기 (0) | 2016.01.28 |