Skip to content

Instantly share code, notes, and snippets.

View rajatanotheraccount's full-sized avatar

rajatanotheraccount

View GitHub Profile
$(".social_link").on('click', function (event) {
var isMobile = window.matchMedia("only screen and (max-width: 767px)");
if ($('.search-field-effect').is(":visible")) {
checkEventOutsidePlusSearchMenu();
if (!isMobile.matches) {
$("div.social_menu").toggleClass('hide_social');