반응형
분류 전체보기
-
자바스크립트 jqcloud 워드클라우드 예시2
Web Programming 2023. 2. 4. 00:14var words = [ { text: "Lorem", weight: 13, color: "#FF0000" }, { text: "Ipsum", weight: 10.5, color: "violet" }, { text: "Dolor", weight: 9.4, color: "#0000FF" }, { text: "Sit", weight: 8, color: "orange" }, { text: "Amet", weight: 6.2, color: "#26FC32" }, { text: "Consectetur", weight: 5, color: "#006600" }, { text: "Adipiscing", weight: 5, color: "green" } ]; $("#demo").jQCloud(words); setTime..
-
-