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
Lucky Iron Fish® nabs season premiere spot on Dragons’ Den
Sep 17, 18
|
2 min read
Read More
Iron Info
Exploring the Iron Deficiency/ Immune System Ripple Effect
Sep 6, 18
|
5 min read
Read More
Lucky Iron Updates
We are Best for the World: Changemakers Honouree
Sep 5, 18
|
2 min read
Read More
Iron Info
Menstruation: Preventing Iron Deficiency with the Lucky Iron Fish
Aug 21, 18
|
2 min read
Read More
Iron Info
Pregnant and Nursing Women: Preventing Iron Deficiency with the Lucky Iron Fish
Jul 30, 18
|
3 min read
Read More
Iron Info
Is Low Iron Negatively Impacting your Cognitive Performance or Emotional Well-Being?
Jul 13, 18
|
4 min read
Read More
Lucky Iron Updates
Research update - Lucky Iron Fish significantly increases hemoglobin levels and reduces anemia in rural Guatemalan community
May 31, 18
|
2 min read
Read More





