$(function () {
$("header").height($(window).height());
$("header nav ul").append('
');
dockevent();
$(window).bind("resize",
function (e) {
$("header").height($(window).height());
var w = $(window).width() - 150;
if (!$(".toolbar .switch").hasclass("glyphicon-th-list")) w = w - $("header").outerwidth();
if (w < 1000) $("section.content .demo").width(w).find("img").addclass("img-responsive");
else $("section.content .demo").width(1000).find("img").removeclass("img-responsive");
setartlist();
setartshow();
setcaselist();
setcaseshow()
});
var url = document.location.href.tolowercase();
$("header nav ul li a:gt(0)").each(function (i, item) {
if (url.indexof($(item).attr("href").tolowercase()) > 0)
$(item).parent().addclass("active");
});
if ($("header nav ul li.active").length == 0) {
$("header nav ul li:eq(0)").addclass("active");
}
$("header nav ul li").not(".bg").bind("mouseenter", function (e) {
$(this).parent().find("a").css("color", "#333");
$(this).find("a").css("color", "white");
$("header nav ul li.bg").css("top", $(this).position().top)
});
$("header nav ul").bind("mouseleave", function () {
$("header nav ul li.active").trigger("mouseenter").find("a").css("color", "white")
}).trigger("mouseleave");
$(".toolbar .switch").bind("touchstart click", function (e) {
if ($(this).hasclass("glyphicon-th-list")) {
$("header, .toolbar, section.content").addclass("active");
$(this).removeclass("glyphicon-th-list");
$(this).addclass("glyphicon-chevron-left")
} else {
$("header, .toolbar, section.content").removeclass("active");
$(this).removeclass("glyphicon-chevron-left");
$(this).addclass("glyphicon-th-list")
}
setartlist();
setartshow();
setcaselist();
setcaseshow();
}).trigger("click");
$(".toolbar .switch").after("
");
$(".toolbar .category").each(function (i, item) {
if ($(item).find("a.btn-primary").length == 0) $(item).find("a:eq(0)").addclass("btn-primary")
});
if ($(".toolbar .category").size() > 0) {
var strhtml = "