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
Pressing For Progress: International Women's Day
Mar 8, 18
|
3 min read
Read More
Lucky Iron Updates
We're Expanding! New Impact & Partnerships Manager + Toronto Office
Mar 6, 18
|
2 min read
Read More
Lucky Iron Crew
How to Set New Year's Resolutions You'll Actually Keep
Jan 3, 18
|
4 min read
Read More
Lucky Iron Updates
Gavin Armstrong Featured on Social Entrepreneur Podcast
Dec 4, 17
|
1 min read
Read More
Lucky Iron Crew
Holiday Gift Guide: Corporations You Can Get Behind
Dec 3, 17
|
8 min read
Read More
Lucky Iron Crew
Getting To Know Our Customers: Sprinkle on Confetti
Oct 30, 17
|
4 min read
Read More
Lucky Iron Updates
Pressing For Progress: International Women's Day
Mar 8, 18
|
3 min read
Read More
Lucky Iron Updates
We're Expanding! New Impact & Partnerships Manager + Toronto Office
Mar 6, 18
|
2 min read
Read More
Lucky Iron Crew
How to Set New Year's Resolutions You'll Actually Keep
Jan 3, 18
|
4 min read
Read More
Lucky Iron Updates
Gavin Armstrong Featured on Social Entrepreneur Podcast
Dec 4, 17
|
1 min read
Read More
Lucky Iron Crew
Holiday Gift Guide: Corporations You Can Get Behind
Dec 3, 17
|
8 min read
Read More
Lucky Iron Crew
Getting To Know Our Customers: Sprinkle on Confetti
Oct 30, 17
|
4 min read
Read More