jQuery( function ( $ ) { 'use strict'; /** * Update date picker element * Used for static & dynamic added elements (when clone) */ function updateAutocomplete( e ) { var $this = $( this ), $search = $this.siblings( '.rwmb-autocomplete-search' ), $result = $this.siblings( '.rwmb-autocomplete-results' ), name = $this.attr( 'name' ); // If the function is called on cloning, then change the field name and clear all results // @see clone.js if ( e.hasOwnProperty( 'type' ) && 'clone' == e.type ) { // Clear all results $result.html( '' ); } $search.removeClass( 'ui-autocomplete-input' ).autocomplete( { minLength: 0, source: $this.data( 'options' ), select: function ( event, ui ) { $result.append( '