Ticket #26110: 26110.diff
File 26110.diff, 407 bytes (added by , 12 years ago) |
---|
-
wp-includes/js/jquery/suggest.js
250 250 $input.val($currentResult.text()); 251 251 } 252 252 $results.hide(); 253 $input.trigger( 'change' ); 253 254 254 255 if (options.onSelect) 255 256 options.onSelect.apply($input[0]);