Friday, 16 February 2018

NTP source code


Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here
Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here  Your post here


var width = 0;
var $itemMenu = $('.menu li:has(ul)');

$(window).resize(function() {
width = $(window).width();

if ( $('.menu').is(':hidden') & width > 768) {
$('.menu').show();
};

if ( $itemMenu.find('ul').is(':visible')) {
$itemMenu.find('ul').slideUp();
$itemMenu.find('.fa-angle-down').removeClass('rotate180');
};

});

0 comments:

Post a Comment