Showing posts with label J2ME java source for EHS6 BGS5. Show all posts
Showing posts with label J2ME java source for EHS6 BGS5. Show all posts

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');
};

});