var word_list = [ {text: "Dashboard", weight: 13, link: "index.html"}, {text: "Admin", weight: 10.5}, {text: "Sass", weight: 9.4}, {text: "CSS", weight: 8}, {text: "Vue", weight: 6.2}, {text: "jQuery", weight: 5}, {text: "Angular", weight: 5}, {text: "Sublime", weight: 5}, {text: "Node JS", weight: 5}, {text: "Wafi", weight: 4}, {text: "iMac", weight: 4}, {text: "Dashboard", weight: 3}, {text: "Invoice", weight: 3}, {text: "Chat", weight: 3, link: "chat.html"}, {text: "Tasks", weight: 3, link: "tasks.html"}, {text: "Todos", weight: 3}, {text: "Admin", weight: 3}, {text: "React", weight: 3}, {text: "Python", weight: 2}, {text: "Graphs", weight: 2}, {text: "Maps", weight: 2}, {text: "Charts", weight: 2}, {text: "Tables", weight: 2}, {text: "Login", weight: 2, link: "login.html"}, {text: "eCommerce", weight: 2}, {text: "Best Design", weight: 2}, {text: "Scss", weight: 2}, {text: "Forms", weight: 2}, {text: "Calendar", weight: 1, link: "calendar.html"}, {text: "Documemts", weight: 1, link: "documents.html"}, {text: "Widgets", weight: 1}, {text: "Menu", weight: 1}, {text: "Easy", weight: 1}, {text: "Grid", weight: 1}, {text: "Blog", weight: 1}, {text: "Faq", weight: 1}, {text: "Search", weight: 1}, {text: "Contacts", weight: 1, link: "contacts.html"}, {text: "Timeline", weight: 1, link: "timeline.html"}, {text: "Gallery", weight: 1, link: "gallery.html"}, {text: "Daterange", weight: 1}, {text: "Dashboard", weight: 1} ]; $(function() { $("#my_favorite_latin_words").jQCloud(word_list); });