MIF_E31230680/public/assetdashboard/vendor/jqcloud/custom-jqcloud.js

36 lines
1.2 KiB
JavaScript

var word_list = [
{text: "Dashboard", weight: 13, link: "index.html"},
{text: "Admin", weight: 10.5},
{text: "Sass", weight: 9.4},
{text: "jQuery", weight: 5},
{text: "Le Rouge", 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: "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: "Grid", weight: 1},
{text: "Blog", weight: 1},
{text: "Faq", weight: 1},
{text: "Contacts", weight: 1, link: "contacts.html"},
{text: "Timeline", weight: 1, link: "timeline.html"},
{text: "Gallery", weight: 1, link: "gallery.html"},
{text: "Dashboard", weight: 1}
];
$(function() {
$("#my_favorite_latin_words").jQCloud(word_list);
});