Make WordPress Core

Ticket #26110: 26110.diff

File 26110.diff, 407 bytes (added by obenland, 12 years ago)
  • wp-includes/js/jquery/suggest.js

     
    250250                                        $input.val($currentResult.text());
    251251                                }
    252252                                $results.hide();
     253                                $input.trigger( 'change' );
    253254
    254255                                if (options.onSelect)
    255256                                        options.onSelect.apply($input[0]);