>  기사  >  웹 프론트엔드  >  jquery_jquery를 기반으로 상태 제한 편집을 구현하는 코드

jquery_jquery를 기반으로 상태 제한 편집을 구현하는 코드

WBOY
WBOY원래의
2016-05-16 17:56:21853검색

페이지 형태의 초기 상황은 그림과 같으며 모든 텍스트 상자를 편집할 수 없습니다


코드 복사 코드는 다음과 같습니다.


head>

프로젝트 상태 제한<br>< ;script type="text/javascript" src="jquery-1.4.2.min.js"></script> <br><style type="text/css"> { 글꼴 -size:12px;} <br></style> <br><script type="text/javascript"> <br>$("body").ready(function() { <br> /* 체크박스를 제외한 프로젝트 상태 대화상자는 사용할 수 없습니다*/ <br>$(":checkbox.status_Progress").parent().parent().find("select").attr("disabled", ' 비활성화됨') ; <br>$(":checkbox.status_Progress").parent().parent().find("input:text").attr("disabled", 'disable') <br>$( ":checkbox .status_Progress").parent().parent().find("input:button").attr("disabled", 'disable') <br>/* 프로젝트 상태의 진행률 체크박스 제어*/ <br>$ (":checkbox.status_Progress").click( <br>function() { <br>var selected = $(this).attr("checked"); <br>var ind = $(":checkbox .status_Progress" ).index(this); <br>$(":checkbox.status_Progress").removeAttr("checked"); <br>$(":checkbox.status_Progress").each(function(i, domEle ) { <br>if ((checked && ind >= i) || (!checked && ind > i)) { <br>$(domEle).attr("checked", 'true'); >$( domEle).parent().parent().find("select").removeAttr("disabled") <br>$(domEle).parent().parent().find("input:text ").removeAttr("disabled"); <br>$(domEle).parent().parent().find("input:button").removeAttr("disabled"); <br>} <br>else { <br>$(domEle).parent().parent().find("select").attr("disabled", 'disabled') <br>$(domEle).parent().parent() .find( "input:text").attr("disabled", 'disabled') <br>$(domEle).parent().parent().find("input:button").attr("disabled ", '비활성화'); <br>} <br>}); <br>} <br>); <br>}); <br></script> <br></head> <br>< body align='center'> <br><div id="dialog_status" title="프로젝트 상태"> <br> <tr> <br><td width='150'>상태</td> <br><td width='50'>진행상황</td> <br><td 너비 = '250'>책임자</td> <br><td width='150'>시간</td> <br></tr> td>1개의 낙찰🎜><td><input class="status_Progress" type="checkbox"></td> <br><br> 입력 type="text" maxlength="100" /> <br><td><input type="text" /></td> tr> <br><tr> <br><td>2 협상</td> <input class="status_Progress" type="checkbox" /> <br><td> <br><input type="text" maxlength="100" /> <br></td> <br><td><input type="text " / ></td> <br></tr> <br><td>3 검토</td><br><td><input class= "status_Progress" type="checkbox" /></td> <br><td> <br><input type="text" maxlength="100" /> <td><input type="text" /></td> <br></tr> <br><tr> <br><td></td> <td><input class="status_Progress" type="checkbox"></td> <br><td> <br><input type="text" maxlength="100"></td> <br><td><input type="text" /></td> <br>< ><td>5 완료<BR><td><input class="status_Progress" type="checkbox" /></td> <BR><td><BR> ;input type="text" maxlength="100" /> <br></td> <br><td><input type="text" /></td> ;/tr> <br></table> <br></center> <br></html> <p>다음과 같이 총 5가지 상태가 있습니다. 특정 상태의 확인란을 클릭해야 하는 경우 해당 상태의 텍스트 상자와 이전 상태의 텍스트 상자는 편집할 수 있으며, 다음 텍스트 상자는 편집할 수 없습니다. 그림 </p> <p><img alt="" src="http://files.jb51.net/upload/201202/20120211230857648.png"></p> <p>위의 효과를 구현하기 위한 소스코드는 다음과 같습니다. </p> </td> </div></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>성명:</span><div>본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.</div></div></div><div class="nphpSytBox"><span>이전 기사:<a class="dBlack" title="jquery를 사용하여 JS file_jquery에서 문자열 내용을 가져옵니다." href="http://m.php.cn/ko/faq/19176.html">jquery를 사용하여 JS file_jquery에서 문자열 내용을 가져옵니다.</a></span><span>다음 기사:<a class="dBlack" title="jquery를 사용하여 JS file_jquery에서 문자열 내용을 가져옵니다." href="http://m.php.cn/ko/faq/19178.html">jquery를 사용하여 JS file_jquery에서 문자열 내용을 가져옵니다.</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="http://m.php.cn/ko/article.html" class="bBlack"><i>더보기</i><b></b></a></em><div class="clear"></div></div><ul class="nphpXgwzList"><li><b></b><a href="http://m.php.cn/ko/faq/1609.html" title="Bootstrap 목록 그룹 구성 요소에 대한 심층 분석" class="aBlack">Bootstrap 목록 그룹 구성 요소에 대한 심층 분석</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/1640.html" title="JavaScript 함수 커링에 대한 자세한 설명" class="aBlack">JavaScript 함수 커링에 대한 자세한 설명</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/1949.html" title="JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)" class="aBlack">JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/2248.html" title="Angularjs는 WeChat UI(weui)를 통합합니다." class="aBlack">Angularjs는 WeChat UI(weui)를 통합합니다.</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/2351.html" title="JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술" class="aBlack">JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술</a><div class="clear"></div></li></ul></div></div><div class="nphpFoot"><div class="nphpFootBg"><ul class="nphpFootMenu"><li><a href="http://m.php.cn/ko/"><b class="icon1"></b><p>집</p></a></li><li><a href="http://m.php.cn/ko/course.html"><b class="icon2"></b><p>강의</p></a></li><li><a href="http://m.php.cn/ko/wenda.html"><b class="icon4"></b><p>Q&A</p></a></li><li><a href="http://m.php.cn/ko/login"><b class="icon5"></b><p>나의</p></a></li><div class="clear"></div></ul></div></div><div class="nphpYouBox" style="display: none;"><div class="nphpYouBg"><div class="nphpYouTitle"><span onclick="$('.nphpYouBox').hide()"></span><a href="http://m.php.cn/ko/"></a><div class="clear"></div></div><ul class="nphpYouList"><li><a href="http://m.php.cn/ko/"><b class="icon1"></b><span>집</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/course.html"><b class="icon2"></b><span>강의</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/article.html"><b class="icon3"></b><span>기사</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/wenda.html"><b class="icon4"></b><span>Q&A</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/dic.html"><b class="icon6"></b><span>사전</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/course/type/99.html"><b class="icon7"></b><span>수동</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/xiazai/"><b class="icon8"></b><span>다운로드</span><div class="clear"></div></a></li><li><a href="http://m.php.cn/ko/faq/zt" title="주제"><b class="icon12"></b><span>주제</span><div class="clear"></div></a></li><div class="clear"></div></ul></div></div><div class="nphpDing" style="display: none;"><div class="nphpDinglogo"><a href="http://m.php.cn/ko/"></a></div><div class="nphpNavIn1"><div class="swiper-container nphpNavSwiper1"><div class="swiper-wrapper"><div class="swiper-slide"><a href="http://m.php.cn/ko/" >집</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/article.html" class="hover">기사</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/wenda.html" >Q&A</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/course.html" >강의</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/faq/zt" >주제</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/xiazai" >다운로드</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/game" >게임</a></div><div class="swiper-slide"><a href="http://m.php.cn/ko/dic.html" >사전</a></div><div class="clear"></div></div></div><div class="langadivs" ><a href="javascript:;" class="bg4 bglanguage"></a><div class="langadiv" ><a onclick="javascript:setlang('zh-cn');" class="language course-right-orders chooselan " href="javascript:;"><span>简体中文</span><span>(ZH-CN)</span></a><a onclick="javascript:setlang('en');" class="language course-right-orders chooselan " href="javascript:;"><span>English</span><span>(EN)</span></a><a onclick="javascript:setlang('zh-tw');" class="language course-right-orders chooselan " href="javascript:;"><span>繁体中文</span><span>(ZH-TW)</span></a><a onclick="javascript:setlang('ja');" class="language course-right-orders chooselan " href="javascript:;"><span>日本語</span><span>(JA)</span></a><a onclick="javascript:;" class="language course-right-orders chooselan chooselanguage" href="javascript:;"><span>한국어</span><span>(KO)</span></a><a onclick="javascript:setlang('ms');" class="language course-right-orders chooselan " href="javascript:;"><span>Melayu</span><span>(MS)</span></a><a onclick="javascript:setlang('fr');" class="language course-right-orders chooselan " href="javascript:;"><span>Français</span><span>(FR)</span></a><a onclick="javascript:setlang('de');" class="language course-right-orders chooselan " href="javascript:;"><span>Deutsch</span><span>(DE)</span></a></div></div><script> var swiper = new Swiper('.nphpNavSwiper1', { slidesPerView : 'auto', observer: true,//修改swiper自己或子元素时,自动初始化swiper observeParents: true,//修改swiper的父元素时,自动初始化swiper }); </script></div></div><!--顶部导航 end--><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>