jQuery(function($){
$('[id*="price-item-click"]').click(function() {
var selector = $(this).attr('id').replace('-item-click', '');
var $price = $('#' + selector);
var sum = 0;
$price.toggle();
$price.toggleClass('price-active');
$(this).toggleClass('price-item-active');
$('.price-active').each(function(){
sum += parseFloat($(this).text().replace(/\D/g,''));
});
if (sum > 0){
$("#total-price-cal").show();
$("#total-price-cal").text("$" + sum + "k");
}
else {
$("#total-price-cal").hide();
}
});
});
VPS Windows Ultimate
Pro features put you in control.
- Storage: 240 GB*
- 8 GB RAM
- Bandwidth: Unlimited
- Keep your Windows VPS clean with Parallels Plesk
- Managed services come standard
- Provisioning that’ll rock your world
- Build your business on Windows
- Processing power to spare
- Provision-free upgrades
*Disk space includes operating system files, which can be close to 24 GB on a Windows server. Please take that into consideration when choosing a server size that best fits your needs.
$179.99 / per month