Rapid Courier Services

Track Your Shipment

Enter the Consignment No.

Ex: 12345


jQuery(document).ready(function($) {
// Find the h4 tag with text “Enter the Consignment No.”
$(‘th.track_form_th h4:contains(“Enter the Consignment No.”)’).text(‘Enter the Tracking No.’);
});