Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Main Menu
SUBMITTED BY:
Guest
DATE:
July 23, 2014, 11:15 p.m.
FORMAT:
Text only
SIZE:
400 Bytes
Raw
Download
Tweet
HITS:
872
Go to comments
Report
$(".mainMenu a").on("click", function (e) {
var section = $(e.target).text().toLowerCase();
$(this).parent().addClass("active");
$(this).parent().siblings().removeClass("active")
$.cookie("cs", section);
//setActiveMenu(section);
clearDetailsPage();
showDetailsPage(section);
$(".row-offcanvas-left").toggleClass("active");
});
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus