Product Selection: Application Hosting - WordPress
Please provide us with the domain you want to use with your hosting service by selecting an option from the selections below.
$(function () {
setNavigation();
});
function setNavigation() {
var path = window.location.pathname;
path = path.replace(/\/$/, "");
path = decodeURIComponent(path);
$(".nav a").each(function () {
var href = $(this).attr('href');
if (path.substring(0, href.length) === href) {
$(this).closest('li').addClass('active');
}
});
}
Please provide us with the domain you want to use with your hosting service by selecting an option from the selections below.