Team

Customs and Border Protection

New changes to Visa Waiver Program (ESTA) Now in Effect

The Obama administration is implementing new legal changes made by Congress to the Visa Waiver Program (VWP), sometimes referred to...

Government Furlough Ends – Immigration Court, and Immigration Enforcement to Resume

In a policy change that's hard to view as anything other than a firm legislative rebuke to the Trump Administration, the...

// jQuery(document).ready(function(){ // var endpoint = jQuery('.tick').attr('data-endpoint'); // var ticker = jQuery.cookie('ticker_value'); // if(null == ticker){} // else{ // jQuery('.tick').attr('data-value', endpoint); // } // }); // function setupFlip(tick) { // var endpoint = jQuery('.tick').attr('data-endpoint'); // var ticker = jQuery.cookie('ticker_value'); // if(null == ticker){ // jQuery.cookie('ticker_value', '1'); // Tick.helper.interval(function() { //console.log(tick.value+" "+endpoint); // if(tick.value < endpoint){ // tick.value++; // // Set `aria-label` attribute which screenreaders will read instead of HTML content // tick.root.setAttribute('aria-label', tick.value); // } // }, 10); // }else{ // //jQuery('.tick').css('display', 'none'); // Tick.helper.interval(function() { console.log(endpoint-1); // //if(endpoint-1 < endpoint){ // tick.value = endpoint; // // Set `aria-label` attribute which screenreaders will read instead of HTML content // tick.root.setAttribute('aria-label', tick.value); // //} // }, 10); // } // }; // jQuery(window).unload(function () { // // Remove the cookie // jQuery.cookie("ticker_value", null); // }); jQuery('.search-field').on("focus",function(){ jQuery('.placeholder').hide(); }); jQuery('.search-field').on("focusout",function(){ if(jQuery('.search-field').val() == ""){ jQuery('.placeholder').show(); } }); jQuery('.search-field').bind('change',function(){ if(jQuery('.search-field').val() == ""){ jQuery('.placeholder').show(); } })