$(".contents > form > table > tbody").sortable({
stop: function(event, ui) {
$(".contents > form > table > tbody > tr").each(function(){
$(this).children("td:eq(1)").text($(this).index());
console.log($(this).attr("id"));
});
}
});
'Dev/Script'에 해당되는 글 9건
Posted in Dev/Script by 에이카운타
$(".contents > form > table > tbody").sortable({
stop: function(event, ui) {
$(".contents > form > table > tbody > tr").each(function(){
$(this).children("td:eq(1)").text($(this).index());
console.log($(this).attr("id"));
});
}
});
Posted in Dev/Script by 에이카운타
--JSP 위에 추가 <% response.setHeader("Cache-Control","no-store"); response.setHeader("Pragma","no-cache"); response.setDateHeader("Expires",0); if (request.getProtocol().equals("HTTP/1.1")) response.setHeader("Cache-Control", "no-cache"); %> --head 에 추가--마우스 우클릭 방지및 history 초기화 <script type="text/javascript"> window.history.forward(0); document.oncontextmenu=function(){return false;}; </scrip>
Posted in Dev/Script by 에이카운타
Posted in Dev/Script by 에이카운타
meta http-equiv="Content-Type" content="text-html; charset=UTF-8" script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
Posted in Dev/Script by 에이카운타
UTF-8 에서 EUC-KR로 데이터 전송.. 데이터가 깨저서 나올때 UTF8 에서 - EUC-KR
Posted in Dev/Script by 에이카운타
Posted in Dev/Script by 에이카운타
Posted in Dev/Script by 에이카운타
Posted in Dev/Script by 에이카운타