JQuery autocomplete result style

后端 未结 4 1243
生来不讨喜
生来不讨喜 2020-12-29 07:17

I\'m trying to change the style from my AutoComplete result.

I tried:


// Only change the inputs
$(\'.ui-autocomplete-input\').css(\'fontSize\', \'1         


        
4条回答
  •  萌比男神i
    2020-12-29 07:25

    I was able to adjust by adding this css to the of the document (above the autocomplete javascript).

    Some of the following may be more relevant than others. You could make it specific to the autocomplete input if changing these affects other elements you don't want affected.

    
    

提交回复
热议问题