Trucker Tuesday – What do you like about your “gadget”?
In this week’s issue, we looked at the what driver’s liked about their “gadgets”
/** * Open all external links in a new window */ jQuery(document).ready(function($) { $('a') .filter('[href^="http"], [href^="//"]') .not('[href*="' + window.location.host + '"]') .attr('rel', 'noopener noreferrer') .attr('target', '_blank'); });
In this week’s issue, we looked at the what driver’s liked about their “gadgets”