Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Need to push
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Z Kaleem committed Jul 15, 2015
1 parent 7916fa0 commit ae0739a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uc-people.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down

0 comments on commit ae0739a

Please sign in to comment.