Stay Connected With KRI News
We leverage our vast technical knowledge to manufacture new, next-generation broad ion-beam products. KRI is a globally recognized supplier of ion source products and an ion source technology leader.
(function ($) {
$(document).ready(function () {
let links = $('div#blog-area h3 a');
links.each(function (index, item) {
let link = $(item).attr('href');
let parent = $(item).closest('.fusion-column-wrapper');
parent.css('cursor', 'pointer');
parent.on('click', function (e) {
window.location.href = link;
});
console.log(link);
});
});
})(jQuery);
