레이블이 jQuery인 게시물을 표시합니다. 모든 게시물 표시
레이블이 jQuery인 게시물을 표시합니다. 모든 게시물 표시

2014년 3월 19일 수요일

[jQuery] not()

jQuery not()

특정 클래스를 제외한 체크된 모든 수를 가져오기 예제

-- HTML

<input type="button" id="ok" value="click">
<div id ="list">
    <input type="checkbox" class="a b"/>
    <input type="checkbox" class="a b"/>
    <input type="checkbox" class="a c"/>
</div>
<div>
    list:::<span id="aaa"></span></br>
    checked:::<span id="bbb"></span></br>
    checked but not b:::<span id="ccc"></span></br>

-- Script

$(document).ready(function(){
    $('#ok').click(function(){
        $('#aaa').text($('#list').size());
        $('#bbb').text($('.a:checked','#list').size());
        $('#ccc').text($('.a:checked:not(.b)','#list').size());
    });
});

-- Result


  
list:::1
checked:::2
checked but not b:::1

2014년 3월 4일 화요일

My Links

Frog-Rammer Links !!
Organizations W3C http://www.w3.org/
Apache http://www.apache.org/
Aptana http://www.aptana.org/
Eclipse http://www.eclipse.org/
Miplatform http://www.miplatform.co.kr/
Oracle http://www.oracle.com/
Coolsoft http://coolsoft.kr/
jQuery http://jquery.com/
Android http://www.android.com/
APIs jQuery http://api.jquery.com
Java http://docs.oracle.com/javase/7/docs/api/
Tomcat http://tomcat.apache.org/tomcat-8.0-doc/api/index.html
Java-Korean http://xrath.com/java-api-docs-ko/
Docs UI guide http://naradesign.net/open_content/lecture/wp/
Spring http://openframework.or.kr/framework_reference/spring/ver2.x/html/index.html
Common use jsfiddle http://jsfiddle.net/
Json Parser http://json.parser.online.fr/
koxo http://koxo.com/lang/js/index.html
Color Codes http://parangsaekr.com.ne.kr/rgb05.html
Code Beautify https://codebeautify.org/
jQuery jquery.com http://jquery.com/
Jquery API http://api.jquery.com
jsfiddle http://jsfiddle.net/
Json Parser http://json.parser.online.fr/
jQuery usage http://mimul.com/examples/ria/jquery/1.1.html
jQuery fundamentals http://jqfundamentals.com/
blog http://blog.naver.com/agapeuni?Redirect=Log&logNo=60109220079
blog http://blog.naver.com/taekani/130093478664
blog http://blog.naver.com/soo02da?Redirect=Log&logNo=150092375800
jQuery grid jqGrid Plug-in http://www.trirand.com/blog/
jqGrid Demos http://www.trirand.com/blog/jqgrid/jqgrid.html
jqGrid Documentation http://www.trirand.com/jqgridwiki/doku.php?id=wiki%3ajqgriddocs
blog http://jbongsu.blogspot.kr/2012/11/jquery-jqgrid_23.html
DataBase gurubee http://www.gurubee.net/
oracle manual http://www.oracle-base.com/articles/misc/manual-oracle-uninstall.php
Android androidside http://www.androidside.com/bbs/board.php?bo_table=421&sca=%EA%B0%80%EC%9C%84%EB%B0%94%EC%9C%84%EB%B3%B4
game development https://sites.google.com/site/androidgamedevstorage/-kcode-android/andeuloideu-geim-jejag-gangjwa---3-surfaceview-sayonghagi
game development http://jpub.tistory.com/124
C# sqler http://www.sqler.com/pCSharpFramework
Etc.
http://www.soqool.com/
http://www.javanuri.com/main/main.jsp
http://www.word.pe.kr/
http://ldg.pe.kr/
http://blog.naver.com/einmong/10010954595
http://blog.naver.com/pksaladin?Redirect=Log&logNo=30077731804
http://50001.com/sub/forstart.htm
http://blog.naver.com/cain007?Redirect=Log&logNo=63143609
http://cafe.naver.com/getlength.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=65
http://blog.naver.com/wdig?Redirect=Log&logNo=140050568440
특수문자
온라인 포토샵
무료 이미지
jpeg 용량 줄이기
ppt 패턴
디자인 DB
source code