1. If you want you can look into the source of the page and you will see:
Evaluate this code and everything will be fine (without $("#download").click(function() { code to evaluate }
2. Kayako Fusion is no more encoded but you will need PHP 5.4
Для просмотра ссылки Войдиили Зарегистрируйся
Код:
$("#download").click(function() {
$("#type").val("download");
$("#ondemand").addClass('inactive');
$("#download").removeClass('inactive');
$('.download').show();
$('.ondemand').hide();
$("#domain").attr("name", "domain");
$("#subdomain").attr("name", "null");
});
2. Kayako Fusion is no more encoded but you will need PHP 5.4
Для просмотра ссылки Войди