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
Quality and safety assurance of the Lucky Iron Fish and the Lucky Shakti Leaf
Nov 15, 20
|
4 min read
Read More
Lucky Iron Updates
600+ Lucky Iron Fish Units Donated to Local Organizations
Oct 10, 20
|
1 min read
Read More
Lucky Iron Updates
Interview with Health Bridges International, COVID-19 Edition
May 21, 20
|
4 min read
Read More
Lucky Iron Updates
HIV and use of the Lucky Shakti Leaf to improve iron status
Apr 6, 20
|
3 min read
Read More
Iron Info
How You Can Optimize Your Iron Intake By Maximizing Absorption
Nov 5, 19
|
3 min read
Read More




