Programming/JavaScript41 [jquery] xml <--> string parsing Parse XML to String Parse String to XML 2014. 10. 14. 이미지 미리보기 소스2 출처 : http://blog.revathskumar.com/2012/04/html5-show-thumbnail-preview-of-image.htmlie 하위 버전에서 안된다...........ㅠ_ㅠ....이전껀 상위버전에서 안되고 이건 하위버전에서 안되네으헝ㅇㅇㅇㅇ 2014. 9. 22. document.selection.createRange 안될때 [출처] document.selection.createRange 안될때 |작성자 검색신 document.selection.createRange 안될때 document.selection.createRangeCollection()[0]교체 하면 된다. [출처] document.selection.createRange 안될때 |작성자 검색신 2014. 9. 19. [jquery] checkbox 하나만 체크되게 하기 $(".check_class").click(function() { $(".check_class").attr("checked", false); //uncheck all checkboxes $(this).attr("checked", true); //check the clicked one }); $(function() { $('input[type="checkbox"]').bind('click',function() { $('input[type="checkbox"]').not(this).prop("checked", false); }); 2014. 9. 4. 이전 1 2 3 4 5 6 7 8 ··· 11 다음