News
Read about company updates, iron information, and more.
1) {
activeParams.push({
key: 'page',
value: activePage,
});
}
const gridDiv = '.blog';
const grid = $el.closest('section');
const filteredSortedUrl = `${blogUrl}${activeParams.length > 0 ? `?${activeParams.map(v => `${v.key}=${v.value}`).join('&')}` : ''}`;
fetch(filteredSortedUrl)
.then((response) => response.text())
.then((responseText) => {
const html = new DOMParser().parseFromString(responseText, 'text/html');
// Update items
const gridUpdated = html.querySelector(gridDiv).closest('section');
grid.innerHTML = gridUpdated.innerHTML;
$store.ajaxWorking = false;
history.pushState({}, '', filteredSortedUrl);
// Scroll to top.
const scrollTop =
grid.getBoundingClientRect().top + window.scrollY - document.querySelector('.site-header').getBoundingClientRect().height - 40;
window.scrollTo({ top: scrollTop, behavior: 'smooth' });
})
.catch((e) => {
console.error(e);
$store.ajaxWorking = false;
});
"
@paginate="
activePage = $event.detail;
$dispatch('update');
">
Lucky Iron Updates
Winning the Small Business Big Impact Award from Meridian Credit Union
Apr 20, 24
|
2 min read
Read More
Current Events
COP28 raises the need to highlight the link between nutrition and climate change
Nov 28, 23
|
4 min read
Read More
Current Events
New Lancet Report Unveils the True Impact of Hidden Hunger Worldwide
Feb 13, 23
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish Joins the Canadian Partnership of Women and Children’s Health (CanWaCH)
Oct 31, 22
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish is thrilled to welcome Dr. Dana Brown as the new board chair of the company
Jul 12, 22
|
2 min read
Read More




