Select Region:

IMPORTANT NOTICE: Job Scam Alert – There is an increase in fake job opportunities offered under Achieve Group’s name. Please verify their details through our hotline 6323 0050.

achievegroup-white-logo

Get Insights To The Latest Human Resource Trends

Insights

jQuery(document).ready(function($) { // 1. Monitor Scroll for Header Swap $(window).on('scroll', function() { if ($(window).scrollTop() > 80) { // Adjust '80' to your alert bar height $('body').addClass('scrolled'); } else { $('body').removeClass('scrolled'); } }); // 2. Alert Bar "Slide Up" $('#top-alert-bar .close-btn').on('click', function() { $('#top-alert-bar').slideUp(300); }); });