Friday, June 27, 2025
32.9 C
Singapore

Chee Soon Juan announces suspension of SDP’s ground campaign

The Singapore Democratic Party has suspended its ground campaign with immediate effect, its Secretary-General, Dr Chee Soon Juan, announced on his Facebook page on Thursday (March 26).

He said that, due to the worsening Covid-19 situation in Singapore, the party would be stopping all activities, including house visits and walkabouts, in its constituencies until further notice.

Thanking his members and volunteers for the hard work that they had put in, Dr Chee gave the assurance that the SDP would resume its outreach campaign as soon as circumstances permit.

He also paid tribute to the frontline workers, including but not limited to healthcare, janitorial and security, for working tirelessly to protect everybody and urged the people to help them by staying home and staying safe.

Photo: Facebook screengrab

The SDP’s Facebook page shared a similar post. The Workers’ Party, too, announced on Thursday (March 26) that it was suspending house visits temporarily because of the Covid-19 situation.

See also  GE2025: Sembawang GRC faces three-way contest among PAP, SDP, and NSP
Photo: Facebook Screengrab

Many responded to the post to praise the decision and to wish the SDP team well.

Photo: Facebook screengrab

/TISG

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });