컴퓨터이야기214 sublime text3 새문서 html으로 열기 설정 Prefrences --> Package Control install Package ApplySyntax Prefrences -> Browse Packages... User 폴더 클릭 ApplySyntax.sublime-settings 열어서 "new_file_syntax" : false --> "new_file_syntax" : "HTML/HTML" 수정 2020. 3. 18. 홈페이지 개발시 필요한 메뉴(자바스크립트 라이브러리) http://jqueryvalidation.org/ //제이쿼리 발리데이트 http://ckeditor.com // 에디터 https://www.jstree.com/ //제이쿼리 메뉴 http://flexslider.woothemes.com/ // 슬라이더 http://www.highcharts.com/ //차트 2019. 10. 16. 홈페이지 여름 네이버 2019. 7. 23. 부트스트랩 트리메뉴 Manchester Magazine Spiral Scratch Real Life Secondhand Daylight The Correct Use Buzzcocks Time's Up Another Music in A Different Kitchen Love Bites A Different Kind Of Tension Joy Division Unknown Pleasures Closer Still Liverpool OMD OMD Organisation Echo & the Bunnymen Crocodiles Heaven Up Here Porcupine Manchester Magazine Spiral Scratch Real Life Secondhand Daylight The Correct Use Buzzcocks.. 2016. 3. 24. 하루동안 팝업 안띄우기 자바스크립트 2015. 5. 20. attr(), prop(), html(), text(), val() attr(), prop(), html(), text(), val() ■ attr 과 prop 차이 attr 는 html태그의 속성 prop 는 자바스크립트에서 html 태그의 속성 attr() 로 했을때의 link 의 결과 prop() 로 했을때의 link의 결과 a href 태그가 아닌 다른 태그의 속성을 비교 했을때는 거의 같은 값이 나와서 차이를 찾지 못했다. ■ html() 과 text() 의 차이 here tagTxT1 here tagTxT2 html() 은 값을 가져 올때 html 태그와 그 사이에 있는 값을 다 가져옴 here tagTxT1 here tagTxT2 text() 는 값을 가져 올때 html 태그와 닫는 태그 사이의 값만을 가져옴 here tagTxT1 here tagTxT2 a.. 2013. 11. 13. append(), prepend(), before(), after() append(), prepend(), before(), after() ① prepend - 해당하는 태그안에 들어가서 글자 앞에 ② append - 해당하는 태그안에 들어가서 글자 뒤에 ③ before - 해당하는 태그묶음 앞에 ④ after - 해당하는 태그묶음 뒤에 ③ ① 텍스트 ② ④ I would like to say: DIV_0 DIV_1 DIV_2 DIV_3 2013. 11. 13. 초간단 DB연결 테스트 ------ jdbc.jsp ------ ------ web.xml ------ dbTest index.html index.htm index.jsp default.html default.htm default.jsp Connection jdbc/OracleDB javax.sql.DataSource Container ------ context.xml ------ ------ dbcpTest.jsp ------ 2013. 9. 17. 이전 1 2 3 4 5 6 7 ··· 27 다음 반응형