From ae0739aaa4a2b0931dedf0f42907078be16a4029 Mon Sep 17 00:00:00 2001 From: Salman Z Kaleem Date: Wed, 15 Jul 2015 11:03:25 -0400 Subject: [PATCH] Need to push --- uc-people.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uc-people.js b/uc-people.js index 6ebbb80..8315df9 100644 --- a/uc-people.js +++ b/uc-people.js @@ -1,8 +1,9 @@ jQuery(document).ready(function($){ if( $('#acf-field-netid_lookup').length ){ $('#acf-field-netid_lookup').keyup(function(e){ - if( e.target.value.length > 2 ){ + if( e.target.value.length == 8 ){ var netidQuery = e.target.value; + console.log( netidQuery ); /** * Ajax lookup with netidQuery */