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 Welcomes Anna Perinic to Board of Directors
Oct 27, 21
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish, completes Series A Funding with a new investment from Danone Communities to better help address iron deficiency
Oct 27, 21
|
5 min read
Read More
Lucky Iron Updates
Meet our new Impact & Programs Director: Akanksha Mishra
May 5, 21
|
1 min read
Read More
Iron Info
6 Groups You May Not Realize Are At A Higher Risk For Iron Deficiency
Apr 30, 21
|
9 min read
Read More
Lucky Iron Updates
Lucky Iron Fish Welcomes Bill Chambers to Board of Directors
Apr 29, 21
|
1 min read
Read More
Lucky Iron Updates
Quality and safety assurance of the Lucky Iron Fish and the Lucky Shakti Leaf
Mar 30, 21
|
3 min read
Read More
Lucky Iron Updates
Introducing Our Content Creator Intern: Claire Hannusch
Feb 18, 21
|
2 min read
Read More
Lucky Iron Updates
Lucky Iron Fish Enterprise Partners with Smile Foundation in India
Jan 27, 21
|
3 min read
Read More







