프로그래밍/javascript3 트리메뉴 라이브러리 비교 구분 https://goo.gl/zgAwNp https://www.jstree.com/ https://github.com/mar10/fancytree 타입 normal script tag jQuery plugin jQuery plugin 개발언어 pure javascript jQuery jQuery 의존성 - jQuery 1.9.1 이상 jstree 스타일 파일 jQuery 1.9.1 이상 jQuery UI fancytree 스타일 파일 트리 데이터 입력 hml html, json json ajax 지원 - 지원 지원 트리 접기/펼치기 지원 지원 지원 이벤트 처리 방법 - .on() data 인수에 event target을 전달 .on() 스타일 변경 css 사용 css 사용 css 또는 less 사용 .. 2020. 8. 15. 리액트 라우트에서 404문제 react-route-dom을 사용하는 경우 페이지 새로 고침이나 주소를 직접 입력하는 경우 404페이지가 나타난다. 이를 해결하기 위해 아래 내용을 참고한다. Step 1 : Create your appnpm install -g create-react-app create-react-app my-app Step 2 : Build it for production cd my-app npm run build Step 3 : deploy copy and paste everything in build folder to your server create a “.htaccess” file and add this snippet : Options -MultiViews RewriteEngine On RewriteCond .. 2020. 4. 24. vscode 사용시 jsx에서 emmet 지원설정 emmet의 json 설정에 아래 내용을 추가한다. { "emmet.includeLanguages": { "javascript": "javascriptreact" } } 2020. 3. 18. 이전 1 다음