퍼블리싱/javascript&jQuery
-
웹 제작 유용한 무료 슬라이더퍼블리싱/javascript&jQuery 2025. 1. 6. 14:52
1. swiper.js https://swiperjs.com/ Swiper - The Most Modern Mobile Touch SliderSwiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.swiperjs.com 반응형에 적합한 오픈소스 스와이프간단한 html, css, js로 다양한 슬라이드쇼 및 스와이퍼 기능을 쉽게 구현할 수 있다.다양한 옵션을 제공하여 사용자가 자유롭게 커스터마이징이 가능하다. 2. slick.jshttps://kenwheeler.github.io/slick/ slick - the last carousel you'll ..
-
script pc 모바일 분기퍼블리싱/javascript&jQuery 2018. 5. 10. 15:40
사용할 일이 생길때마다 찾기가 넘나 귀찮음.. var isMobile = false; //initiate as false if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.te..
-
오픈소스 오디오 플레이어 jPlayer퍼블리싱/javascript&jQuery 2018. 2. 14. 11:14
jQuery HTML5 Audio / Video Library jPlayer는 커스터마이징이 가능한 오디오 플레이어 배포사이트 : http://jplayer.org/ script$("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { m4a: "/resource/tts_10.mp3" //음원 경로 }); }, play: function() { // To avoid multiple jPlayers playing together. $(this).jPlayer("pauseOthers"); }, swfPath: "/resource/script/jplayer", //jplayer 경로 supplied: "m4a", css..
-
오픈소스 차트 라이브러리퍼블리싱/javascript&jQuery 2017. 11. 9. 09:43
1. nuli http://nuli.navercorp.com/sharing/nwagon 차트종류 : Radar Chart Cloumn Chart Line Chart Area Chart Donut/Pie Chart .... 2. 구글차트 https://developers.google.com/chart/ 3. ChartJS http://www.chartjs.org/ 차트 종류 : Bar Chart Pie & Doughnut Chart Line Chart Radar Chart Polar Area Chart 4. C3.js http://c3js.org/examples.html 5. Chartist.js http://gionkunz.github.io/chartist-js/ 차트 종류 : Bar Chart Pie ..