sg-crest
A Singapore Government Agency Website
 
Official website links end with .gov.sg
 
Secure websites use HTTPS
Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

About Us Careers
Industry
Tenders & Contracts
Upcoming Tenders eGuarantee@Gov
e-Services
Resources
Resources
Gallery Publications


We have moved!

You may like to browse for information via our home page or pose your questions to Ask Wally at the bottom right of the page.

 
$(document).ready(function () { // Check if query string has sc_mode=normal const params = new URLSearchParams(window.location.search); const isExperienceEditor = params.get("sc_mode") === "normal"; if (isExperienceEditor) { // Find the link and trigger click const $link = $(".BoardMembers-Desktop"); if ($link.length) { $link.trigger("click"); console.log("Triggered click on .BoardMembers-Desktop (Experience Editor mode)."); } else { console.warn("BoardMembers-Desktop link not found."); } } });