Pos Laju
<style>
li.tab-header.ui-corner-top.ui-state-active.ui-state-default.ui-tabs-active
{
text-decoration-line:underline;
}
li.tab-header.ui-state-default.ui-corner-top
{
background:none !important;
}
.tab-title
{
font-family: GothamRegular;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 36px;
}
li.tab-header.ui-corner-top.ui-state-active.ui-state-default.ui-tabs-active .tab-title
{
font-family: GothamMedium !important;
font-weight: 600 !important;
}
.txtSendPara16 a {
color:#0e1111 !important;
}
</style>
Pos Laju
Pos Laju
Your quickest way to send parcels across Malaysia and the world. Choose from our express services, prepaid packaging, and more.
<script>
require(['jquery'], function($){
var anchAttr = $('.tab-header').find('a');
var value = [];var i =1;
anchAttr.each(function(){
value[i] = $(this).attr('href');
i++;
});
const urlParams = new URLSearchParams(window.location.search);
const myParam = urlParams.get('m');
if(myParam==="dom")
window.location.href= window.location.href.split('?')[0]+value[1];
else if(myParam==="intl")
window.location.href= window.location.href.split('?')[0]+value[2];
});
</script>