Team

Robert Callahan

Bio “Fundamentally, I believe lawyering is all about effective problem-solving. I take a lot of pride in being able to...

Jamie H. Gorton

Bio "I love my job, I love working for my clients, and I love being the best immigration lawyer I...

// 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(); } })