[jQCloud] 간단하게 사용하는 TAG CLOUD
Tag Cloud 기술을 간단하게 사용할 수 있는 Jquery plugin 을 소개 합니다. 사용법은 간단 합니다. /*! * Create an array of word objects, each representing a word in the cloud */ var word_array = [ {text: "Lorem", weight: 15}, {text: "Ipsum", weight: 9, link: "http://jquery.com/"}, {text: "Dolor", weight: 6, html: {title: "I can haz any html attribute"}}, {text: "Sit", weight: 7}, {text: "Amet", weight: 5} // ...as many words as..
더보기